Searched refs:isDependent (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp82 if (NNS->isDependent()) {
163 return SS.getScopeRep()->isDependent();
173 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
367 bool isDependent = false; local
373 isDependent = ObjectType->isDependentType();
378 isDependent = isDependentScopeSpecifier(SS);
394 } else if (isDependent) {
471 bool isDependent = false; local
479 isDependent = ObjectType->isDependentType();
484 isDependent
[all...]
H A DSemaAccess.cpp125 bool isDependent() const { return Dependent; } function in struct:__anon3968::EffectiveContext
412 if (EC.isDependent()) {
473 if (!EC.isDependent())
506 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
536 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
757 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1401 assert(EC.isDependent() && "delaying non-dependent access");
H A DSemaTemplate.cpp256 bool isDependent = false; local
262 isDependent = ObjectType->isDependentType();
263 assert((isDependent || !ObjectType->isIncompleteType() ||
276 isDependent = isDependentScopeSpecifier(SS);
305 } else if (isDependent && (!S || ObjectType.isNull())) {
318 if (Found.empty() && !isDependent) {
354 if (isDependent)
2141 } else if (Name.isDependent() ||
2539 if (!Name.isDependent() &&
5325 assert(Name.isDependent()
[all...]
H A DSemaExprCXX.cpp112 bool isDependent = false; local
144 isDependent = false;
158 isDependent = isDependentScopeSpecifier(PrefixSS);
161 isDependent = SearchType->isDependentType();
164 isDependent = LookupCtx && LookupCtx->isDependentContext();
175 isDependent = SearchType->isDependentType();
176 assert((isDependent || !SearchType->isIncompleteType()) &&
292 if (isDependent) {
H A DSemaCodeComplete.cpp4244 if (!Results.empty() && NNS->isDependent())
H A DSemaDecl.cpp8127 D.getCXXScopeSpec().getScopeRep()->isDependent() ||
H A DSemaDeclCXX.cpp12645 } else if (!SS.getScopeRep()->isDependent()) {
H A DTreeTransform.h946 if (QualifierLoc.getNestedNameSpecifier()->isDependent()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTemplateName.cpp134 bool TemplateName::isDependent() const { function in class:TemplateName
141 // it without the isDependent() checking.
158 return isDependent();
H A DNestedNameSpecifier.cpp49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
182 bool NestedNameSpecifier::isDependent() const { function in class:NestedNameSpecifier
H A DType.cpp2463 assert((!NNS || NNS->isDependent()) &&
3106 if (Args[i].getArgument().isDependent()) {
H A DASTContext.cpp3607 assert((!NNS || NNS->isDependent()) &&
6527 assert((!NNS || NNS->isDependent()) &&
6563 assert((!NNS || NNS->isDependent()) &&
H A DExpr.cpp1427 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent()) {
H A DItaniumMangle.cpp3692 if (!A.isInstantiationDependent() || A.isDependent())
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h199 bool isDependent() const;
H A DTemplateName.h265 bool isDependent() const;
H A DTemplateBase.h224 bool isDependent() const;
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h272 bool isDependent(const MachineInstr *ProdMI,
H A DHexagonVLIWPacketizer.cpp1530 static bool isDependent(const MachineInstr *ProdMI, function
1565 if (isDependent(J, I) && !HII->isVecUsableNextPacket(J, I))
1575 if (!HII->isV60VectorInstruction(J) && isDependent(J, I))
1585 if (isDependent(J, I) && !HII->canExecuteInBundle(J, I))
H A DHexagonInstrInfo.cpp1713 bool HexagonInstrInfo::isDependent(const MachineInstr *ProdMI, function in class:HexagonInstrInfo
2619 if (!isDependent(ProdMI, ConsMI))
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1032 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, function in class:MemoryDepChecker
1252 isDependent(*A.first, A.second, *B.first, B.second, Strides);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp760 if (TemplateType->getTemplateName().isDependent())
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp1319 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) {

Completed in 512 milliseconds