Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp65 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in isCXXDeclarationStatement()
89 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() function in Parser
H A DParseDeclCXX.cpp3225 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in ParseCXXMemberSpecification()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2152 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true); in isForInitDeclaration()
2211 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);