Searched refs:CommonBase (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h571 struct CommonBase { struct in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
572 CommonBase() : InstantiatedFromMember(0, false) { } function in struct:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo::CommonBase
585 CommonBase *Common;
590 CommonBase *getCommonPtr();
592 virtual CommonBase *newCommon(ASTContext &C) = 0;
721 struct Common : CommonBase {
742 CommonBase *newCommon(ASTContext &C);
1785 struct Common : CommonBase {
1827 CommonBase *newCommon(ASTContext &C);
2088 typedef CommonBase Commo
[all...]
/external/clang/lib/AST/
H A DDeclTemplate.cpp131 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() {
243 RedeclarableTemplateDecl::CommonBase *
330 RedeclarableTemplateDecl::CommonBase *
907 RedeclarableTemplateDecl::CommonBase *

Completed in 131 milliseconds