HomeSort by relevance Sort by last modified time
    Searched refs:VarTemplateDecl (Results 1 - 25 of 25) sorted by null

  /external/clang/include/clang/AST/
ASTMutationListener.h 33 class VarTemplateDecl;
60 AddedCXXTemplateSpecialization(const VarTemplateDecl *TD,
DeclTemplate.h 37 class VarTemplateDecl;
    [all...]
RecursiveASTVisitor.h 411 bool TraverseVariableInstantiations(VarTemplateDecl *D);
    [all...]
Decl.h 47 class VarTemplateDecl;
    [all...]
ASTContext.h 276 typedef llvm::PointerUnion<VarTemplateDecl *, MemberSpecializationInfo *>
287 /// pointer to a VarTemplateDecl. For static data members
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp     [all...]
ASTImporter.cpp 130 bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
165 Decl *VisitVarTemplateDecl(VarTemplateDecl *D);
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/Sema/
Template.h 386 std::pair<VarTemplateDecl *, VarTemplatePartialSpecializationDecl *>, 4>
452 VarTemplateDecl *, VarTemplatePartialSpecializationDecl *> >::iterator
494 VarTemplateDecl *VarTemplate, VarDecl *FromVar, void *InsertPos,
505 VarTemplateDecl *VarTemplate,
Sema.h     [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 98 AddedCXXTemplateSpecialization(const VarTemplateDecl *TD,
141 const VarTemplateDecl *TD, const VarTemplateSpecializationDecl *D) {
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp 211 isa<TypeAliasTemplateDecl>(TD) || isa<VarTemplateDecl>(TD));
213 isa<VarTemplateDecl>(TD) ? TNK_Var_template : TNK_Type_template;
    [all...]
SemaDecl.cpp 812 IsVarTemplate = isa<VarTemplateDecl>(TD);
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 398 bool TraverseVariableInstantiations(VarTemplateDecl *D);
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 270 void VisitVarTemplateDecl(VarTemplateDecl *D);
    [all...]
ASTWriterDecl.cpp 96 void VisitVarTemplateDecl(VarTemplateDecl *D);
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 728 AddedCXXTemplateSpecialization(const VarTemplateDecl *TD,
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 479 milliseconds