Home
last modified time | relevance | path

Searched refs:TryParseSimpleDeclaration (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTentative.cpp137 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()
226 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() function in Parser
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2574 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);