Searched defs:setIdentifier (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Lex/ | ||
H A D | PPExpressions.cpp | 58 void setIdentifier(IdentifierInfo *II) { this->II = II; } setIdentifier() function in __anon289ca2080111::PPValue |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 1113 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { setIdentifier() function |