Home
last modified time | relevance | path

Searched refs:setIdentifierInfo (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h188 void setIdentifierInfo(IdentifierInfo *II) { in setIdentifierInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1170 Tok.setIdentifierInfo(II); in EvaluateHasIncludeCommon()
1485 Tok.setIdentifierInfo(nullptr); in ExpandBuiltinMacro()
1794 Tok.setIdentifierInfo(ModuleII); in ExpandBuiltinMacro()
1822 Tok.setIdentifierInfo(getIdentifierInfo(Literal.GetString())); in ExpandBuiltinMacro()
H A DPreprocessor.cpp719 Identifier.setIdentifierInfo(II); in LookUpIdentifierInfo()
918 Result.setIdentifierInfo(nullptr); in Lex()
1184 ImportTok.setIdentifierInfo(getIdentifierInfo("import")); in LexAfterModuleImport()
H A DPPDirectives.cpp2909 Tok.setIdentifierInfo(getIdentifierInfo("_Static_assert")); in HandleDefineDirective()
H A DLexer.cpp3205 Result.setIdentifierInfo(nullptr); in LexTokenInternal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.cpp961 FormatTok->Tok.setIdentifierInfo(&Info); in getNextToken()
967 FormatTok->Tok.setIdentifierInfo(nullptr); in getNextToken()
972 FormatTok->Tok.setIdentifierInfo(nullptr); in getNextToken()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp539 T.setIdentifierInfo(&II); in tokenize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1685 Tok.setIdentifierInfo(Name); in TryAnnotateName()
H A DParseDecl.cpp2701 Tok.setIdentifierInfo(II); in ParseImplicitInt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1678 Tok.setIdentifierInfo(II); in ReadToken()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2570 KeywordReplacement->setIdentifierInfo(II); in ActOnIdExpression()