Home
last modified time | relevance | path

Searched refs:TentativelyDeclaredIdentifiers (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTentative.cpp1073 TentativelyDeclaredIdentifiers.push_back(Tok.getIdentifierInfo()); in TryParseDeclarator()
1150 return llvm::is_contained(TentativelyDeclaredIdentifiers, II); in isTentativelyDeclared()
H A DParseDecl.cpp6550 TentativelyDeclaredIdentifiers.push_back(D.getIdentifier()); in ParseDirectDeclarator()
6553 TentativelyDeclaredIdentifiers.pop_back(); in ParseDirectDeclarator()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h313 SmallVector<IdentifierInfo *, 8> TentativelyDeclaredIdentifiers; variable
986 P.TentativelyDeclaredIdentifiers.size(); in TentativeParsingAction()
995 P.TentativelyDeclaredIdentifiers.resize( in Commit()
1005 P.TentativelyDeclaredIdentifiers.resize( in Revert()