Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp119 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
1626 Toks[0].setAnnotationValue( in HandlePragma()
1740 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
1782 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
1895 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in ParseAlignPragma()
2111 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2173 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2330 AnnotTok.setAnnotationValue( in HandlePragma()
2423 AnnotTok.setAnnotationValue(reinterpret_cast<void *>( in HandlePragma()
2455 AnnotTok.setAnnotationValue(Value); in HandlePragma()
[all …]
H A DParseTemplate.cpp1073 Tok.setAnnotationValue(TemplateId); in AnnotateTemplateIdToken()
H A DParser.cpp1470 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS)); in AnnotateScopeToken()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h228 void setAnnotationValue(void *val) { in setAnnotationValue() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp323 Result.setAnnotationValue(M); in HandleEndOfFile()
446 Result.setAnnotationValue(M); in HandleEndOfFile()
H A DPragma.cpp1070 DumpAnnot.setAnnotationValue(DumpII); in HandlePragma()
H A DPPDirectives.cpp1535 Tok[0].setAnnotationValue(AnnotationVal); in EnterAnnotationToken()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h730 Tok.setAnnotationValue(T.getAsOpaquePtr()); in setTypeAnnotation()
742 Tok.setAnnotationValue(ER.getAsOpaquePointer()); in setExprAnnotation()