reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Parse/Parser.h
  761     return ParsedType::getFromOpaquePtr(Tok.getAnnotationValue());
  770     return static_cast<NamedDecl*>(Tok.getAnnotationValue());
  778     return static_cast<IdentifierInfo*>(Tok.getAnnotationValue());
  788     return ExprResult::getFromOpaquePointer(Tok.getAnnotationValue());
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  765           reinterpret_cast<Module *>(Tok.getAnnotationValue()));
  770           reinterpret_cast<Module *>(Tok.getAnnotationValue()));
  778       Module *M = reinterpret_cast<Module *>(Tok.getAnnotationValue());
tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp
   69                                 (Module *)Tok.getAnnotationValue()});
tools/clang/lib/Parse/ParseDecl.cpp
 2911         static_cast<TemplateIdAnnotation *>(AfterScope.getAnnotationValue());
 2929           Tok.getAnnotationValue(), Tok.getAnnotationRange(), SS);
 3148       Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
 3155           static_cast<TemplateIdAnnotation *>(Next.getAnnotationValue())
 3190         if (Tok.getAnnotationValue()) {
 3262       if (Tok.getAnnotationValue()) {
tools/clang/lib/Parse/ParseExprCXX.cpp
  156     Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
 1702                               (TemplateIdAnnotation *)Tok.getAnnotationValue());
tools/clang/lib/Parse/ParsePragma.cpp
  507     static_cast<IdentifierInfo *>(Tok.getAnnotationValue());
  523     static_cast<PragmaPackInfo *>(Tok.getAnnotationValue());
  543       reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
  552     reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
  562       reinterpret_cast<IdentifierInfo *>(Tok.getAnnotationValue());
  606     reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
  629     reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
  686   OpenCLExtData *Data = static_cast<OpenCLExtData*>(Tok.getAnnotationValue());
  727           reinterpret_cast<uintptr_t>(Tok.getAnnotationValue()));
  734   uintptr_t Value = reinterpret_cast<uintptr_t>(Tok.getAnnotationValue());
  746       (std::pair<std::unique_ptr<Token[]>, size_t> *)Tok.getAnnotationValue();
 1021       static_cast<PragmaLoopHintInfo *>(Tok.getAnnotationValue());
 1403   auto *Info = static_cast<PragmaAttributeInfo *>(Tok.getAnnotationValue());
 2754       reinterpret_cast<TokFPAnnotValue *>(Tok.getAnnotationValue());
tools/clang/lib/Parse/ParseTentative.cpp
 1535         Actions.RestoreNestedNameSpecifierAnnotation(Tok.getAnnotationValue(),
tools/clang/lib/Parse/Parser.cpp
  632                                    Tok.getAnnotationValue()));
  638                                                     Tok.getAnnotationValue()));
  644                                                   Tok.getAnnotationValue()));
 1537       Id = static_cast<TemplateIdAnnotation *>(tok.getAnnotationValue());
 2315     HeaderUnit = reinterpret_cast<Module *>(Tok.getAnnotationValue());
 2416                                    Tok.getAnnotationValue()));
 2428                                    Tok.getAnnotationValue()));
 2437                                      Tok.getAnnotationValue()));