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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 88 if (NNS->isDependent()) {
169 return NNS->isDependent();
191 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
326 bool isDependent = false;
332 isDependent = ObjectType->isDependentType();
337 isDependent = isDependentScopeSpecifier(SS);
353 } else if (isDependent) {
394 bool isDependent = false;
400 isDependent = ObjectType->isDependentType();
405 isDependent = isDependentScopeSpecifier(SS)
    [all...]
SemaAccess.cpp 119 bool isDependent() const { return Dependent; }
387 if (EC.isDependent()) {
448 if (!EC.isDependent())
481 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
511 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
724 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
    [all...]
SemaTemplate.cpp 243 bool isDependent = false;
249 isDependent = ObjectType->isDependentType();
250 assert((isDependent || !ObjectType->isIncompleteType()) &&
256 isDependent = isDependentScopeSpecifier(SS);
284 } else if (isDependent && (!S || ObjectType.isNull())) {
294 if (Found.empty() && !isDependent) {
328 if (isDependent)
    [all...]
SemaExprCXX.cpp 66 bool isDependent = false;
102 isDependent = false;
114 isDependent = isDependentScopeSpecifier(PrefixSS);
117 isDependent = SearchType->isDependentType();
120 isDependent = LookupCtx && LookupCtx->isDependentContext();
133 isDependent = SearchType->isDependentType();
134 assert((isDependent || !SearchType->isIncompleteType()) &&
242 if (isDependent) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 84 bool TemplateName::isDependent() const {
91 // it without the isDependent() checking.
108 return isDependent();
Type.cpp     [all...]
NestedNameSpecifier.cpp 47 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent");
157 bool NestedNameSpecifier::isDependent() const {
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 183 bool isDependent() const;
TemplateName.h 290 bool isDependent() const;
TemplateBase.h 239 bool isDependent() const;
Type.h     [all...]

Completed in 549 milliseconds