HomeSort by relevance Sort by last modified time
    Searched refs:isDependent (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/AST/
TemplateName.cpp 84 bool TemplateName::isDependent() const {
91 // it without the isDependent() checking.
108 return isDependent();
NestedNameSpecifier.cpp 49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
162 bool NestedNameSpecifier::isDependent() const {
Type.cpp     [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 83 if (NNS->isDependent()) {
163 return NNS->isDependent();
185 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
332 bool isDependent = false;
338 isDependent = ObjectType->isDependentType();
343 isDependent = isDependentScopeSpecifier(SS);
359 } else if (isDependent) {
419 bool isDependent = false;
425 isDependent = ObjectType->isDependentType();
430 isDependent = isDependentScopeSpecifier(SS)
    [all...]
SemaAccess.cpp 125 bool isDependent() const { return Dependent; }
411 if (EC.isDependent()) {
472 if (!EC.isDependent())
505 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
535 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
761 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
    [all...]
SemaTemplate.cpp 252 bool isDependent = false;
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) {
353 if (isDependent)
    [all...]
SemaExprCXX.cpp 71 bool isDependent = false;
107 isDependent = false;
119 isDependent = isDependentScopeSpecifier(PrefixSS);
122 isDependent = SearchType->isDependentType();
125 isDependent = LookupCtx && LookupCtx->isDependentContext();
138 isDependent = SearchType->isDependentType();
139 assert((isDependent || !SearchType->isIncompleteType()) &&
247 if (isDependent) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 185 bool isDependent() const;
TemplateName.h 291 bool isDependent() const;
TemplateBase.h 212 bool isDependent() const;
Type.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 577 if (TemplateType->getTemplateName().isDependent())
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]

Completed in 1495 milliseconds