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

/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 DType.cpp1410 assert((!NNS || NNS->isDependent()) &&
1846 if (Args[i].getArgument().isDependent()) {
1861 if (Args[i].isDependent()) {
1878 Canon.isNull()? T.isDependent() : Canon->isDependentType(),
1879 Canon.isNull()? T.isDependent()
1893 T.isDependent() ||
1909 if (Canon.isNull() && Args[Arg].isDependent())
H A DNestedNameSpecifier.cpp49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
161 bool NestedNameSpecifier::isDependent() const { function in class:NestedNameSpecifier
H A DASTContext.cpp2983 assert(NNS->isDependent() && "nested-name-specifier must be dependent");
3032 assert((!NNS || NNS->isDependent()) &&
5593 assert((!NNS || NNS->isDependent()) &&
5629 assert((!NNS || NNS->isDependent()) &&
H A DItaniumMangle.cpp3096 if (!A.isInstantiationDependent() || A.isDependent())
H A DExpr.cpp1208 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent()) {
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp89 if (NNS->isDependent()) {
169 return NNS->isDependent();
191 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
338 bool isDependent = false; local
344 isDependent = ObjectType->isDependentType();
349 isDependent = isDependentScopeSpecifier(SS);
365 } else if (isDependent) {
425 bool isDependent = false; local
431 isDependent = ObjectType->isDependentType();
436 isDependent
[all...]
H A DSemaAccess.cpp125 bool isDependent() const { return Dependent; } function in struct:__anon165::EffectiveContext
402 if (EC.isDependent()) {
463 if (!EC.isDependent())
496 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
526 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1353 assert(EC.isDependent() && "delaying non-dependent access");
H A DSemaTemplate.cpp252 bool isDependent = false; local
258 isDependent = ObjectType->isDependentType();
259 assert((isDependent || !ObjectType->isIncompleteType()) &&
271 isDependent = isDependentScopeSpecifier(SS);
300 } else if (isDependent && (!S || ObjectType.isNull())) {
313 if (Found.empty() && !isDependent) {
352 if (isDependent)
2021 } else if (Name.isDependent() ||
4455 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
5341 if (!Name.isDependent()
[all...]
H A DSemaExprCXX.cpp70 bool isDependent = false; local
106 isDependent = false;
118 isDependent = isDependentScopeSpecifier(PrefixSS);
121 isDependent = SearchType->isDependentType();
124 isDependent = LookupCtx && LookupCtx->isDependentContext();
137 isDependent = SearchType->isDependentType();
138 assert((isDependent || !SearchType->isIncompleteType()) &&
246 if (isDependent) {
H A DSemaCodeComplete.cpp3995 if (!Results.empty() && NNS->isDependent())
H A DSemaDecl.cpp5751 D.getCXXScopeSpec().getScopeRep()->isDependent() ||
H A DSemaDeclCXX.cpp10245 } else if (!SS.getScopeRep()->isDependent()) {
H A DTreeTransform.h847 if (QualifierLoc.getNestedNameSpecifier()->isDependent()) {
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h186 bool isDependent() const;
H A DTemplateName.h290 bool isDependent() const;
H A DTemplateBase.h195 bool isDependent() const;
H A DType.h3967 assert(NNS->isDependent() &&
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp496 if (TemplateType->getTemplateName().isDependent())
/external/clang/lib/Parse/
H A DParseTentative.cpp1127 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) {

Completed in 708 milliseconds