Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp592 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) { in computeDependence()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp36 Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h5147 bool isCurrentInstantiation() const {
5202 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();
H A DDeclCXX.h1500 bool isCurrentInstantiation(const DeclContext *CurContext) const;