HomeSort by relevance Sort by last modified time
    Searched refs:TemplateDecl (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /external/clang/lib/AST/
ASTDumper.cpp 454 template<typename TemplateDecl>
455 void VisitTemplateDecl(const TemplateDecl *D, bool DumpExplicitInst);
    [all...]
DeclBase.cpp 197 return isa<TemplateDecl>(this);
200 TemplateDecl *Decl::getDescribedTemplate() const {
    [all...]
DeclPrinter.cpp 78 void VisitTemplateDecl(const TemplateDecl *D);
953 void DeclPrinter::VisitTemplateDecl(const TemplateDecl *D) {
    [all...]
Decl.cpp 344 if (TemplateDecl *Template =
    [all...]
  /external/clang/lib/Index/
IndexDecl.cpp 384 bool VisitTemplateDecl(const TemplateDecl *D) {
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 78 TemplateDecl *ArgTDecl = TName.getAsTemplateDecl();
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 317 DeclID VisitTemplateDecl(TemplateDecl *D);
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h 55 class TemplateDecl;
909 TemplateDecl *getDescribedTemplate() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 57 class TemplateDecl;
919 TemplateDecl *getDescribedTemplate() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 57 class TemplateDecl;
919 TemplateDecl *getDescribedTemplate() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h 58 class TemplateDecl;
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 247 TemplateDecl* tmpl_decl = tmpl_type->getTemplateName().getAsTemplateDecl();
RecordInfo.cpp 103 TemplateDecl* tmpl_decl = tmpl_type->getTemplateName().getAsTemplateDecl();
  /external/clang/lib/Sema/
SemaLookup.cpp 403 if (auto *DTD = dyn_cast<TemplateDecl>(DUnderlying)) {
404 auto *ETD = cast<TemplateDecl>(EUnderlying);
    [all...]

Completed in 1262 milliseconds

1 2 34 5 6 7 8