Home
last modified time | relevance | path

Searched refs:setAnnotationValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp129 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
153 Toks[0].setAnnotationValue( in HandlePragma()
358 Toks[0].setAnnotationValue( in HandlePragma()
2103 Toks[0].setAnnotationValue( in HandlePragma()
2247 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2290 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2424 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in ParseAlignPragma()
2643 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2705 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2861 AnnotTok.setAnnotationValue( in HandlePragma()
[all …]
H A DParseTemplate.cpp1146 Tok.setAnnotationValue(TemplateId); in AnnotateTemplateIdToken()
H A DParseStmt.cpp553 CurTok->setAnnotationValue(R.get()); in ParseExprStatement()
H A DParser.cpp1676 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS)); in AnnotateScopeToken()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp353 Result.setAnnotationValue(M); in HandleEndOfFile()
484 Result.setAnnotationValue(M); in HandleEndOfFile()
539 Result.setAnnotationValue(nullptr); in HandleEndOfFile()
H A DPreprocessor.cpp1256 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1266 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
H A DPPDirectives.cpp1916 Tok[0].setAnnotationValue(AnnotationVal); in EnterAnnotationToken()
3933 Toks[CurIdx++].setAnnotationValue(Data); in HandleEmbedDirectiveImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h240 void setAnnotationValue(void *val) { in setAnnotationValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h730 Tok.setAnnotationValue(T.isInvalid() ? nullptr : T.get().getAsOpaquePtr()); in setTypeAnnotation()
738 Tok.setAnnotationValue(ND); in setNonTypeAnnotation()
746 Tok.setAnnotationValue(ND); in setIdentifierAnnotation()
758 Tok.setAnnotationValue(ER.getAsOpaquePointer()); in setExprAnnotation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2021 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()
2031 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()