Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp126 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
150 Toks[0].setAnnotationValue( in HandlePragma()
361 Toks[0].setAnnotationValue( in HandlePragma()
2108 Toks[0].setAnnotationValue( in HandlePragma()
2226 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2269 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2402 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in ParseAlignPragma()
2621 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2839 AnnotTok.setAnnotationValue( in HandlePragma()
2963 AnnotTok.setAnnotationValue(Value); in HandlePragma()
[all …]
H A DParseTemplate.cpp1429 Tok.setAnnotationValue(TemplateId); in AnnotateTemplateIdToken()
H A DParseStmt.cpp574 CurTok->setAnnotationValue(R.get()); in ParseExprStatement()
H A DParser.cpp1749 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS)); in AnnotateScopeToken()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp360 Result.setAnnotationValue(M); in HandleEndOfFile()
492 Result.setAnnotationValue(M); in HandleEndOfFile()
547 Result.setAnnotationValue(nullptr); in HandleEndOfFile()
H A DPreprocessor.cpp1216 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1226 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
H A DPPDirectives.cpp1814 Tok[0].setAnnotationValue(AnnotationVal); in EnterAnnotationToken()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h237 void setAnnotationValue(void *val) { in setAnnotationValue() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h853 Tok.setAnnotationValue(T.isInvalid() ? nullptr : T.get().getAsOpaquePtr()); in setTypeAnnotation()
861 Tok.setAnnotationValue(ND); in setNonTypeAnnotation()
869 Tok.setAnnotationValue(ND); in setIdentifierAnnotation()
881 Tok.setAnnotationValue(ER.getAsOpaquePointer()); in setExprAnnotation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1805 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()
1815 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()