Home
last modified time | relevance | path

Searched refs:isCurrentInstantiation (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp115 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { in isCurrentInstantiation() function in CXXRecordDecl
139 !Base->isCurrentInstantiation(Record))) { in forallBases()
171 bool isCurrentInstantiation = isa<InjectedClassNameType>(BaseType); in lookupInBases() local
172 if (!isCurrentInstantiation) { in lookupInBases()
175 isCurrentInstantiation = BaseRecord->isDependentContext() && in lookupInBases()
176 BaseRecord->isCurrentInstantiation(Record); in lookupInBases()
185 (BaseType->isDependentType() && !isCurrentInstantiation)) in lookupInBases()
H A DComputeDependence.cpp689 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) { in computeDependence()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp34 if (Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
H A DSemaTemplateInstantiate.cpp379 if (TSTy->isCurrentInstantiation()) { in HandleFunctionTemplateDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1577 bool isCurrentInstantiation(const DeclContext *CurContext) const;
H A DType.h6881 bool isCurrentInstantiation() const {
6915 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();