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

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp82 if (NNS->isDependent()) {
160 return SS.getScopeRep()->isDependent();
170 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
317 bool isDependent = false; local
323 isDependent = ObjectType->isDependentType();
328 isDependent = isDependentScopeSpecifier(SS);
344 } else if (isDependent) {
427 bool isDependent = false; local
435 isDependent = ObjectType->isDependentType();
440 isDependent
[all...]
H A DSemaAccess.cpp125 bool isDependent() const { return Dependent; } function in struct:__anon17997::EffectiveContext
407 if (EC.isDependent()) {
468 if (!EC.isDependent())
501 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
531 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1396 assert(EC.isDependent() && "delaying non-dependent access");
H A DSemaTemplate.cpp254 bool isDependent = false; local
260 isDependent = ObjectType->isDependentType();
261 assert((isDependent || !ObjectType->isIncompleteType() ||
274 isDependent = isDependentScopeSpecifier(SS);
303 } else if (isDependent && (!S || ObjectType.isNull())) {
316 if (Found.empty() && !isDependent) {
353 if (isDependent)
2058 } else if (Name.isDependent() ||
2472 if (!Name.isDependent() &&
5120 assert(Name.isDependent()
[all...]
H A DSemaExprCXX.cpp111 bool isDependent = false; local
140 isDependent = false;
154 isDependent = isDependentScopeSpecifier(PrefixSS);
157 isDependent = SearchType->isDependentType();
160 isDependent = LookupCtx && LookupCtx->isDependentContext();
171 isDependent = SearchType->isDependentType();
172 assert((isDependent || !SearchType->isIncompleteType()) &&
287 if (isDependent) {
H A DSemaCodeComplete.cpp4043 if (!Results.empty() && NNS->isDependent())
H A DTreeTransform.h898 if (QualifierLoc.getNestedNameSpecifier()->isDependent()) {
H A DSemaDecl.cpp7453 D.getCXXScopeSpec().getScopeRep()->isDependent() ||
H A DSemaDeclCXX.cpp11969 } else if (!SS.getScopeRep()->isDependent()) {
/external/clang/lib/AST/
H A DTemplateName.cpp84 bool TemplateName::isDependent() const { function in class:TemplateName
91 // it without the isDependent() checking.
108 return isDependent();
H A DNestedNameSpecifier.cpp49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
164 bool NestedNameSpecifier::isDependent() const { function in class:NestedNameSpecifier
H A DType.cpp1457 assert((!NNS || NNS->isDependent()) &&
1970 if (Args[i].getArgument().isDependent()) {
1986 if (Args[i].isDependent()) {
2004 Canon.isNull()? T.isDependent() : Canon->isDependentType(),
2005 Canon.isNull()? T.isDependent()
2019 T.isDependent() ||
2035 if (Canon.isNull() && Args[Arg].isDependent())
H A DASTContext.cpp3365 assert((!NNS || NNS->isDependent()) &&
6192 assert((!NNS || NNS->isDependent()) &&
6228 assert((!NNS || NNS->isDependent()) &&
H A DExpr.cpp1354 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent()) {
H A DItaniumMangle.cpp3318 if (!A.isInstantiationDependent() || A.isDependent())
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h186 bool isDependent() const;
H A DTemplateName.h291 bool isDependent() const;
H A DTemplateBase.h225 bool isDependent() const;
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp630 if (TemplateType->getTemplateName().isDependent())
/external/clang/lib/Parse/
H A DParseTentative.cpp1292 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) {
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4243 bool isDependent(const MemAccessInfo &A, unsigned AIdx,
4378 bool MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, function in class:MemoryDepChecker
4527 if (*I1 < *I2 && isDependent(*AI, *I1, *OI, *I2, Strides))
4529 if (*I2 < *I1 && isDependent(*OI, *I2, *AI, *I1, Strides))

Completed in 497 milliseconds