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

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp80 if (NNS->isDependent()) {
171 return SS.getScopeRep()->isDependent();
181 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
391 bool isDependent = false; local
397 isDependent = ObjectType->isDependentType();
402 isDependent = isDependentScopeSpecifier(SS);
418 } else if (isDependent) {
498 bool isDependent = false; local
506 isDependent = ObjectType->isDependentType();
511 isDependent
[all...]
H A DSemaAccess.cpp139 bool isDependent() const { return Dependent; } function in struct:__anon753::EffectiveContext
426 if (EC.isDependent()) {
481 if (!EC.isDependent())
514 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
544 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
765 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1409 assert(EC.isDependent() && "delaying non-dependent access");
H A DSemaConcept.cpp605 if (!Req->isDependent() && !Req->isSatisfied()) {
1053 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(),
H A DSemaTemplateInstantiate.cpp1157 if (!TransReq->isDependent() && !TransReq->isSatisfied())
1906 if (!Req->isDependent() && !AlwaysRebuild())
1933 if (!Req->isDependent() && !AlwaysRebuild())
1999 if (!Req->isDependent() && !AlwaysRebuild())
H A DSemaTemplate.cpp3753 } else if (Name.isDependent() ||
4346 if (!Name.isDependent() &&
7386 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
8367 if (!Name.isDependent() &&
10575 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());
H A DSemaCodeComplete.cpp4990 if (!Req->isDependent())
6052 if (NNS != nullptr && SS.isValid() && !NNS->isDependent()) {
6066 if (!Results.empty() && NNS->isDependent())
H A DSemaExprCXX.cpp8654 if (E->isInstantiationDependent() || ReturnTypeRequirement.isDependent())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprConcepts.h191 bool isDependent() const { return Dependent; } function in class:clang::concepts::Requirement
293 bool isDependent() const { function in class:clang::concepts::ExprRequirement::ReturnTypeRequirement
H A DNestedNameSpecifier.h208 bool isDependent() const;
H A DTemplateName.h302 bool isDependent() const;
H A DTemplateBase.h255 bool isDependent() const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp201 // it without the isDependent() checking.
211 bool TemplateName::isDependent() const { function in class:TemplateName
H A DExprConcepts.cpp163 Dependent |= R->isDependent();
H A DNestedNameSpecifier.cpp62 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
234 bool NestedNameSpecifier::isDependent() const { function in class:NestedNameSpecifier
H A DTemplateBase.cpp236 bool TemplateArgument::isDependent() const { function in class:TemplateArgument
H A DType.cpp2884 assert((!NNS || NNS->isDependent()) &&
3617 if (Arg.isDependent())
H A DASTContext.cpp4912 assert((!NNS || NNS->isDependent()) &&
8443 assert((!NNS || NNS->isDependent()) &&
8479 assert((!NNS || NNS->isDependent()) &&
H A DExpr.cpp1612 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent())
H A DItaniumMangle.cpp5263 if (!A.isInstantiationDependent() || A.isDependent())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h353 bool isDependent(const MachineInstr &ProdMI,
H A DHexagonInstrInfo.cpp2116 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, function in class:HexagonInstrInfo
3099 if (!isDependent(ProdMI, ConsMI))
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h319 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1453 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, function in class:MemoryDepChecker
1691 isDependent(*A.first, A.second, *B.first, B.second, Strides);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp1506 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp502 if (!NestedReq->isDependent())

Completed in 991 milliseconds

12