Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp127 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument
176 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()
267 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument
287 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2561 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
2649 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);