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

12

/freebsd-13-stable/contrib/llvm-project/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.cpp125 bool isDependent() const { return Dependent; } function in struct:__anon2005::EffectiveContext
412 if (EC.isDependent()) {
467 if (!EC.isDependent())
500 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
530 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
751 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1395 assert(EC.isDependent() && "delaying non-dependent access");
H A DSemaConcept.cpp588 if (!Req->isDependent() && !Req->isSatisfied()) {
1036 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(),
1060 if (ArgLoc.getArgument().isDependent()) {
H A DSemaTemplateInstantiate.cpp1151 if (!TransReq->isDependent() && !TransReq->isSatisfied())
1918 if (!Req->isDependent() && !AlwaysRebuild())
1945 if (!Req->isDependent() && !AlwaysRebuild())
2011 if (!Req->isDependent() && !AlwaysRebuild())
H A DSemaTemplate.cpp3607 } else if (Name.isDependent() ||
4197 if (!Name.isDependent() &&
4551 if (Arg.isDependent()) {
7234 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
8201 if (!Name.isDependent() &&
10393 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());
H A DSemaCodeComplete.cpp4924 if (!Req->isDependent())
5869 if (NNS != nullptr && SS.isValid() && !NNS->isDependent()) {
5883 if (!Results.empty() && NNS->isDependent())
H A DSemaExprCXX.cpp8527 if (E->isInstantiationDependent() || ReturnTypeRequirement.isDependent())
H A DSemaDeclCXX.cpp12213 if (Qual->isDependent() && !HasTypenameKeyword) {
16499 } else if (!SS.getScopeRep()->isDependent()) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprConcepts.h187 bool isDependent() const { return Dependent; } function in class:clang::concepts::Requirement
289 bool isDependent() const { function in class:clang::concepts::ExprRequirement::ReturnTypeRequirement
H A DNestedNameSpecifier.h207 bool isDependent() const;
H A DTemplateName.h302 bool isDependent() const;
H A DTemplateBase.h244 bool isDependent() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp163 Dependent |= R->isDependent();
H A DTemplateName.cpp201 // it without the isDependent() checking.
211 bool TemplateName::isDependent() const { function in class:TemplateName
H A DNestedNameSpecifier.cpp62 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
234 bool NestedNameSpecifier::isDependent() const { function in class:NestedNameSpecifier
H A DType.cpp2829 assert((!NNS || NNS->isDependent()) &&
3555 if (ArgLoc.getArgument().isDependent()) {
H A DASTContext.cpp4782 assert((!NNS || NNS->isDependent()) &&
8257 assert((!NNS || NNS->isDependent()) &&
8293 assert((!NNS || NNS->isDependent()) &&
H A DItaniumMangle.cpp4726 if (!A.isInstantiationDependent() || A.isDependent())
H A DExpr.cpp1590 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h310 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h353 bool isDependent(const MachineInstr &ProdMI,
H A DHexagonInstrInfo.cpp2115 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, function in class:HexagonInstrInfo
3096 if (!isDependent(ProdMI, ConsMI))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1474 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, function in class:MemoryDepChecker
1712 isDependent(*A.first, A.second, *B.first, B.second, Strides);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1513 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp497 if (!NestedReq->isDependent())

Completed in 416 milliseconds

12