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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp65 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
69 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { function in class:Parser
H A DParseDeclCXX.cpp3037 SuggestFixIt = isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1901 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
1955 /// isCXXSimpleDeclaration - C++-specialized function that disambiguates
1960 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);

Completed in 42 milliseconds