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.cpp117 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { in isCurrentInstantiation() function in CXXRecordDecl
141 !Base->isCurrentInstantiation(Record))) { in forallBases()
H A DComputeDependence.cpp688 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) { in computeDependence()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp36 Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
H A DSemaTemplateInstantiate.cpp363 if (TSTy->isCurrentInstantiation()) { in HandleFunctionTemplateDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6516 bool isCurrentInstantiation() const {
6550 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();
H A DDeclCXX.h1569 bool isCurrentInstantiation(const DeclContext *CurContext) const;