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

  /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/lib/Sema/
SemaCXXScopeSpec.cpp 89 if (NNS->isDependent()) {
169 return NNS->isDependent();
191 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
339 bool isDependent = false;
345 isDependent = ObjectType->isDependentType();
350 isDependent = isDependentScopeSpecifier(SS);
366 } else if (isDependent) {
426 bool isDependent = false;
432 isDependent = ObjectType->isDependentType();
437 isDependent = isDependentScopeSpecifier(SS)
    [all...]
SemaAccess.cpp 120 bool isDependent() const { return Dependent; }
395 if (EC.isDependent()) {
456 if (!EC.isDependent())
489 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
519 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
745 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) {
352 if (isDependent)
    [all...]
SemaExprCXX.cpp 69 bool isDependent = false;
105 isDependent = false;
117 isDependent = isDependentScopeSpecifier(PrefixSS);
120 isDependent = SearchType->isDependentType();
123 isDependent = LookupCtx && LookupCtx->isDependentContext();
136 isDependent = SearchType->isDependentType();
137 assert((isDependent || !SearchType->isIncompleteType()) &&
245 if (isDependent) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 186 bool isDependent() const;
TemplateName.h 290 bool isDependent() const;
TemplateBase.h 239 bool isDependent() const;
Type.h     [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]

Completed in 395 milliseconds