Searched refs:isCurrentInstantiation (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DCXXInheritance.cpp122 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { function in class:CXXRecordDecl
152 !Base->isCurrentInstantiation(Record))) {
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp38 Record->isCurrentInstantiation(CurContext))
/external/clang/include/clang/AST/
H A DDeclCXX.h1393 bool isCurrentInstantiation(const DeclContext *CurContext) const;
H A DType.h3779 bool isCurrentInstantiation() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateSpecializationType
3828 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();

Completed in 223 milliseconds