Searched refs:setAnnotationValue (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Lex/
H A DToken.h199 void setAnnotationValue(void *val) { function in class:clang::Token
/external/clang/lib/Parse/
H A DParsePragma.cpp688 Toks[0].setAnnotationValue(
807 Toks[0].setAnnotationValue(static_cast<void*>(Info));
850 Toks[0].setAnnotationValue(reinterpret_cast<void*>(
919 Toks[0].setAnnotationValue(reinterpret_cast<void*>(
1141 Toks[0].setAnnotationValue(reinterpret_cast<void*>(
1199 Toks[0].setAnnotationValue(data.getOpaqueValue());
1342 AnnotTok.setAnnotationValue(
1433 AnnotTok.setAnnotationValue(reinterpret_cast<void *>(
1461 AnnotTok.setAnnotationValue(Value);
1741 LoopHintTok.setAnnotationValue(static_cas
[all...]
H A DParseTemplate.cpp984 Tok.setAnnotationValue(TemplateId);
H A DParser.cpp1303 Tok.setAnnotationValue(Actions.SaveNestedNameSpecifierAnnotation(SS));
/external/clang/lib/Lex/
H A DPPLexerChange.cpp383 Result.setAnnotationValue(CurSubmodule);
H A DPPDirectives.cpp1369 Tok[0].setAnnotationValue(AnnotationVal);
/external/clang/include/clang/Parse/
H A DParser.h554 Tok.setAnnotationValue(T.getAsOpaquePtr());
566 Tok.setAnnotationValue(ER.getAsOpaquePointer());

Completed in 127 milliseconds