Searched refs:TemplateOrInstantiation (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h608 TemplateOrInstantiation; member in class:clang::CXXRecordDecl
1339 return TemplateOrInstantiation.dyn_cast<MemberSpecializationInfo *>();
1359 return TemplateOrInstantiation.dyn_cast<ClassTemplateDecl*>();
1363 TemplateOrInstantiation = Template;
H A DASTContext.h281 /// \brief A type synonym for the TemplateOrInstantiation mapping.
318 TemplateOrInstantiation; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DDeclCXX.cpp93 TemplateOrInstantiation() {}
970 !TemplateOrInstantiation.isNull())
1223 assert(TemplateOrInstantiation.isNull() &&
1226 TemplateOrInstantiation
H A DASTContext.cpp1094 TemplateOrInstantiation.find(Var);
1095 if (Pos == TemplateOrInstantiation.end())
1114 assert(!TemplateOrInstantiation[Inst] &&
1116 TemplateOrInstantiation[Inst] = TSI;
8006 llvm::capacity_in_bytes(TemplateOrInstantiation) +
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1446 D->TemplateOrInstantiation = Template;
1464 D->TemplateOrInstantiation = MSI;
1653 if (D->getTemplatedDecl()->TemplateOrInstantiation) {

Completed in 1710 milliseconds