Searched refs:isFollowedByBrace (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp1606 bool isFollowedByBrace = Tok.is(tok::l_brace); local
1614 if (getLangOpts().CPlusPlus11 && isFollowedByBrace)
1670 bool isFollowedByBrace = Tok.is(tok::l_brace); local
1678 if (getLangOpts().CPlusPlus11 && isFollowedByBrace)

Completed in 311 milliseconds