Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DCXXInheritance.cpp117 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { in isCurrentInstantiation() function in CXXRecordDecl
141 !Base->isCurrentInstantiation(Record))) { in forallBases()
H A DComputeDependence.cpp622 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) { in computeDependence()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp36 Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h5280 bool isCurrentInstantiation() const {
5335 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();
H A DDeclCXX.h1524 bool isCurrentInstantiation(const DeclContext *CurContext) const;