Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp81 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in isCXXDeclarationStatement()
85 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() function in Parser
H A DParseDeclCXX.cpp3714 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false); in ParseCXXMemberSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7614 isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true); in isForInitDeclaration()
8457 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4426 {"_ZN5clang6Parser22isCXXSimpleDeclarationEv", "clang::Parser::isCXXSimpleDeclaration()"},