Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DCXXInheritance.cpp127 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { in isCurrentInstantiation() function in CXXRecordDecl
156 !Base->isCurrentInstantiation(Record))) { in forallBases()
/external/llvm-project/clang/lib/AST/
DCXXInheritance.cpp117 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const { in isCurrentInstantiation() function in CXXRecordDecl
141 !Base->isCurrentInstantiation(Record))) { in forallBases()
DComputeDependence.cpp548 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) { in computeDependence()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp38 Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp36 Record->isCurrentInstantiation(CurContext)) in getCurrentInstantiationOf()
/external/clang/include/clang/AST/
DType.h4208 bool isCurrentInstantiation() const {
4261 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();
DDeclCXX.h1435 bool isCurrentInstantiation(const DeclContext *CurContext) const;
/external/llvm-project/clang/include/clang/AST/
DType.h5122 bool isCurrentInstantiation() const {
5177 return !isDependentType() || isCurrentInstantiation() || isTypeAlias();
DDeclCXX.h1495 bool isCurrentInstantiation(const DeclContext *CurContext) const;