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()
364 Toks[0].setAnnotationValue( in HandlePragma()
2119 Toks[0].setAnnotationValue( in HandlePragma()
2237 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2280 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2413 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in ParseAlignPragma()
2632 Toks[0].setAnnotationValue(reinterpret_cast<void*>( in HandlePragma()
2694 Toks[0].setAnnotationValue(static_cast<void*>(Info)); in HandlePragma()
2850 AnnotTok.setAnnotationValue( in HandlePragma()
[all …]
H A DParseTemplate.cpp1318 Tok.setAnnotationValue(TemplateId); in AnnotateTemplateIdToken()
H A DParser.cpp1759 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS)); in AnnotateScopeToken()
H A DParseStmt.cpp586 CurTok->setAnnotationValue(R.get()); in ParseExprStatement()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp360 Result.setAnnotationValue(M); in HandleEndOfFile()
491 Result.setAnnotationValue(M); in HandleEndOfFile()
546 Result.setAnnotationValue(nullptr); in HandleEndOfFile()
H A DPreprocessor.cpp1225 Suffix.back().setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
1235 Suffix[0].setAnnotationValue(Action.ModuleForHeader); in LexAfterModuleImport()
H A DPPDirectives.cpp1891 Tok[0].setAnnotationValue(AnnotationVal); in EnterAnnotationToken()
3914 Toks[CurIdx++].setAnnotationValue(Data); in HandleEmbedDirectiveImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h238 void setAnnotationValue(void *val) { in setAnnotationValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h887 Tok.setAnnotationValue(T.isInvalid() ? nullptr : T.get().getAsOpaquePtr()); in setTypeAnnotation()
895 Tok.setAnnotationValue(ND); in setNonTypeAnnotation()
903 Tok.setAnnotationValue(ND); in setIdentifierAnnotation()
915 Tok.setAnnotationValue(ER.getAsOpaquePointer()); in setExprAnnotation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1844 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()
1854 Tok.setAnnotationValue(static_cast<void *>(Info)); in ReadToken()