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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp64 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
68 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
88 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { function in class:Parser
477 /// Note that, unlike isCXXSimpleDeclaration, we must disambiguate all the way
H A DParseDeclCXX.cpp3353 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2397 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
2451 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
2456 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);

Completed in 298 milliseconds