Home
last modified time | relevance | path

Searched refs:setRawIdentifierData (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DToken.h208 void setRawIdentifierData(const char *Ptr) { in setRawIdentifierData() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp199 SynthesizedIncludeTok.setRawIdentifierData(IncludeTok->text(SM).data()); in replay()
/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp811 Result.setRawIdentifierData(ResultTokStrPtr); in pasteTokens()
H A DLexer.cpp1799 Result.setRawIdentifierData(IdStart); in LexIdentifierContinue()
3182 Result.setRawIdentifierData(Start); in lexEditorPlaceholder()
4344 Result.setRawIdentifierData(TokPtr); in LexDependencyDirectiveToken()
H A DPreprocessor.cpp510 Tok.setRawIdentifierData(DestPtr); in CreateString()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp1148 Tok.setRawIdentifierData(Start); in readRawTokenVerilogSpecific()