Home
last modified time | relevance | path

Searched refs:isDependent (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp82 if (NNS->isDependent()) { in computeDeclContext()
173 return SS.getScopeRep()->isDependent(); in isDependentScopeSpecifier()
183 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed"); in getCurrentInstantiationOf()
392 bool isDependent = false; in isNonTypeNestedNameSpecifier() local
398 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier()
403 isDependent = isDependentScopeSpecifier(SS); in isNonTypeNestedNameSpecifier()
419 } else if (isDependent) { in isNonTypeNestedNameSpecifier()
496 bool isDependent = false; in BuildCXXNestedNameSpecifier() local
504 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
509 isDependent = isDependentScopeSpecifier(SS); in BuildCXXNestedNameSpecifier()
[all …]
DSemaAccess.cpp125 bool isDependent() const { return Dependent; } in isDependent() function
413 if (EC.isDependent()) { in MatchesFriend()
468 if (!EC.isDependent()) in MatchesFriend()
501 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend)) in MatchesFriend()
531 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend)) in MatchesFriend()
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass)) in HasAccess()
1396 assert(EC.isDependent() && "delaying non-dependent access"); in DelayDependentAccess()
DSemaTemplate.cpp258 bool isDependent = false; in LookupTemplateName() local
264 isDependent = ObjectType->isDependentType(); in LookupTemplateName()
265 assert((isDependent || !ObjectType->isIncompleteType() || in LookupTemplateName()
278 isDependent = isDependentScopeSpecifier(SS); in LookupTemplateName()
307 } else if (isDependent && (!S || ObjectType.isNull())) { in LookupTemplateName()
320 if (Found.empty() && !isDependent) { in LookupTemplateName()
356 if (isDependent) in LookupTemplateName()
2180 } else if (Name.isDependent() || in CheckTemplateIdType()
2576 if (!Name.isDependent() && in ActOnVarTemplateSpecialization()
5362 assert(Name.isDependent() && "Non-dependent template isn't a declaration?"); in CheckTemplateArgument()
[all …]
DSemaExprCXX.cpp112 bool isDependent = false; in getDestructorName() local
144 isDependent = false; in getDestructorName()
158 isDependent = isDependentScopeSpecifier(PrefixSS); in getDestructorName()
161 isDependent = SearchType->isDependentType(); in getDestructorName()
164 isDependent = LookupCtx && LookupCtx->isDependentContext(); in getDestructorName()
175 isDependent = SearchType->isDependentType(); in getDestructorName()
176 assert((isDependent || !SearchType->isIncompleteType()) && in getDestructorName()
292 if (isDependent) { in getDestructorName()
DSemaCodeComplete.cpp4267 if (!Results.empty() && NNS->isDependent()) in CodeCompleteQualifiedId()
/external/clang/lib/AST/
DTemplateBase.cpp100 bool TemplateArgument::isDependent() const { in isDependent() function in TemplateArgument
110 return getAsTemplate().isDependent(); in isDependent()
133 if (P.isDependent()) in isDependent()
578 Dependent = Dependent || Info[i].getArgument().isDependent(); in initializeFrom()
DTemplateName.cpp134 bool TemplateName::isDependent() const { in isDependent() function in TemplateName
158 return isDependent(); in isInstantiationDependent()
DNestedNameSpecifier.cpp49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); in Create()
191 bool NestedNameSpecifier::isDependent() const { in isDependent() function in NestedNameSpecifier
DType.cpp2469 assert((!NNS || NNS->isDependent()) && in DependentTemplateSpecializationType()
3111 if (ArgLoc.getArgument().isDependent()) { in anyDependentTemplateArguments()
DASTContext.cpp3597 assert((!NNS || NNS->isDependent()) && in getDependentTemplateSpecializationType()
6583 assert((!NNS || NNS->isDependent()) && in getDependentTemplateName()
6619 assert((!NNS || NNS->isDependent()) && in getDependentTemplateName()
DItaniumMangle.cpp4083 if (!A.isInstantiationDependent() || A.isDependent()) in mangleTemplateArg()
DExpr.cpp1426 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent()) { in Create()
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1557 static bool isDependent(const MachineInstr *ProdMI, in isDependent() function
1592 if (isDependent(J, I) && !HII->isVecUsableNextPacket(J, I)) in producesStall()
1602 if (!HII->isV60VectorInstruction(J) && isDependent(J, I)) in producesStall()
1612 if (isDependent(J, I) && !HII->canExecuteInBundle(J, I)) in producesStall()
DHexagonInstrInfo.h298 bool isDependent(const MachineInstr *ProdMI,
DHexagonInstrInfo.cpp1964 bool HexagonInstrInfo::isDependent(const MachineInstr *ProdMI, in isDependent() function in HexagonInstrInfo
3062 if (!isDependent(ProdMI, ConsMI)) in producesStall()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h199 bool isDependent() const;
DTemplateName.h266 bool isDependent() const;
DTemplateBase.h224 bool isDependent() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h297 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h361 bool isDependent(const MachineInstr &ProdMI,
DHexagonInstrInfo.cpp2033 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, in isDependent() function in HexagonInstrInfo
3010 if (!isDependent(ProdMI, ConsMI)) in producesStall()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1180 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, in isDependent() function in MemoryDepChecker
1400 isDependent(*A.first, A.second, *B.first, B.second, Strides); in areDepsSafe()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1424 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, in isDependent() function in MemoryDepChecker
1654 isDependent(*A.first, A.second, *B.first, B.second, Strides); in areDepsSafe()
/external/clang/lib/Parse/
DParseTentative.cpp1391 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) { in isCXXDeclarationSpecifier()

12