Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp125 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
314 Toks[0].setAnnotationValue( in HandlePragma()
2007 Toks[0].setAnnotationValue( in HandlePragma()
2125 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2168 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2301 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in ParseAlignPragma()
2520 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2582 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2738 AnnotTok.setAnnotationValue( in HandlePragma()
2830 AnnotTok.setAnnotationValue(reinterpret_cast<void *>( in HandlePragma()
[all …]
H A DParseTemplate.cpp1408 Tok.setAnnotationValue(TemplateId); in AnnotateTemplateIdToken()
H A DParser.cpp1694 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS)); in AnnotateScopeToken()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DToken.h232 void setAnnotationValue(void *val) { in setAnnotationValue() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp351 Result.setAnnotationValue(M); in HandleEndOfFile()
483 Result.setAnnotationValue(M); in HandleEndOfFile()
H A DPreprocessor.cpp1233 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1243 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
H A DPragma.cpp1077 DumpAnnot.setAnnotationValue(DumpII); in HandlePragma()
H A DPPDirectives.cpp1795 Tok[0].setAnnotationValue(AnnotationVal); in EnterAnnotationToken()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h833 Tok.setAnnotationValue(T.isInvalid() ? nullptr : T.get().getAsOpaquePtr()); in setTypeAnnotation()
841 Tok.setAnnotationValue(ND); in setNonTypeAnnotation()
849 Tok.setAnnotationValue(ND); in setIdentifierAnnotation()
861 Tok.setAnnotationValue(ER.getAsOpaquePointer()); in setExprAnnotation()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1687 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()