Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp85 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument
134 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()
215 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument
237 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h8457 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
8705 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);