Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp112 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in isCXXDeclarationStatement()
136 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() function in Parser
H A DParseDeclCXX.cpp3792 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in ParseCXXMemberSpecification()
/src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2595 isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true); in isForInitDeclaration()
2674 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);