Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp65 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in isCXXDeclarationStatement()
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() function in Parser
DParseDeclCXX.cpp3058 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in ParseCXXMemberSpecification()
/external/clang/include/clang/Parse/
DParser.h1919 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true); in isForInitDeclaration()
1978 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);