Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp950 TentativelyDeclaredIdentifiers.push_back(Tok.getIdentifierInfo()); in TryParseDeclarator()
1145 return std::find(TentativelyDeclaredIdentifiers.begin(), in isTentativelyDeclared()
1146 TentativelyDeclaredIdentifiers.end(), II) in isTentativelyDeclared()
1147 != TentativelyDeclaredIdentifiers.end(); in isTentativelyDeclared()
H A DParseDecl.cpp5842 TentativelyDeclaredIdentifiers.push_back(D.getIdentifier()); in ParseDirectDeclarator()
5844 TentativelyDeclaredIdentifiers.pop_back(); in ParseDirectDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h257 SmallVector<IdentifierInfo *, 8> TentativelyDeclaredIdentifiers; variable
848 P.TentativelyDeclaredIdentifiers.size(); in TentativeParsingAction()
857 P.TentativelyDeclaredIdentifiers.resize( in Commit()
866 P.TentativelyDeclaredIdentifiers.resize( in Revert()