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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h587 TemplateOrInstantiation; member in class:clang::CXXRecordDecl
1300 return TemplateOrInstantiation.dyn_cast<MemberSpecializationInfo *>();
1320 return TemplateOrInstantiation.dyn_cast<ClassTemplateDecl*>();
1324 TemplateOrInstantiation = Template;
H A DASTContext.h280 /// \brief A type synonym for the TemplateOrInstantiation mapping.
317 TemplateOrInstantiation; member in class:clang::ASTContext
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp91 TemplateOrInstantiation() { }
948 !TemplateOrInstantiation.isNull())
1207 assert(TemplateOrInstantiation.isNull() &&
1210 TemplateOrInstantiation
H A DASTContext.cpp1078 TemplateOrInstantiation.find(Var);
1079 if (Pos == TemplateOrInstantiation.end())
1098 assert(!TemplateOrInstantiation[Inst] &&
1100 TemplateOrInstantiation[Inst] = TSI;
8021 llvm::capacity_in_bytes(TemplateOrInstantiation) +
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1311 D->TemplateOrInstantiation = ReadDeclAs<ClassTemplateDecl>(Record, Idx);
1319 D->TemplateOrInstantiation = MSI;

Completed in 196 milliseconds