Searched refs:isCXXSimpleDeclaration (Results 1 – 3 of 3) sorted by relevance
64 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in isCXXDeclarationStatement()88 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() function in Parser
3353 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in ParseCXXMemberSpecification()
2397 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true); in isForInitDeclaration()2456 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);