Home | History | Annotate | Download | only in Parse

Lines Matching refs:TentativelyDeclaredIdentifiers

812       TentativelyDeclaredIdentifiers.push_back(Tok.getIdentifierInfo());
1001 return std::find(TentativelyDeclaredIdentifiers.begin(),
1002 TentativelyDeclaredIdentifiers.end(), II)
1003 != TentativelyDeclaredIdentifiers.end();