Searched defs:TemplateOrInstantiation (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h281 /// \brief A type synonym for the TemplateOrInstantiation mapping.
318 TemplateOrInstantiation; member in class:clang::ASTContext
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;

Completed in 100 milliseconds