Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp124 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
1781 Toks[0].setAnnotationValue( in HandlePragma()
1899 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
1942 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2075 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in ParseAlignPragma()
2294 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2356 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2512 AnnotTok.setAnnotationValue( in HandlePragma()
2604 AnnotTok.setAnnotationValue(reinterpret_cast<void *>( in HandlePragma()
2636 AnnotTok.setAnnotationValue(Value); in HandlePragma()
[all …]
H A DParseTemplate.cpp1360 Tok.setAnnotationValue(TemplateId); in AnnotateTemplateIdToken()
H A DParser.cpp1609 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS)); in AnnotateScopeToken()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h230 void setAnnotationValue(void *val) { in setAnnotationValue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp362 Result.setAnnotationValue(M); in HandleEndOfFile()
492 Result.setAnnotationValue(M); in HandleEndOfFile()
H A DPreprocessor.cpp1200 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1209 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
H A DPragma.cpp1131 DumpAnnot.setAnnotationValue(DumpII); in HandlePragma()
H A DPPDirectives.cpp1649 Tok[0].setAnnotationValue(AnnotationVal); in EnterAnnotationToken()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h807 Tok.setAnnotationValue(T.isInvalid() ? nullptr : T.get().getAsOpaquePtr()); in setTypeAnnotation()
815 Tok.setAnnotationValue(ND); in setNonTypeAnnotation()
823 Tok.setAnnotationValue(ND); in setIdentifierAnnotation()
835 Tok.setAnnotationValue(ER.getAsOpaquePointer()); in setExprAnnotation()