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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 82 if (NNS->isDependent()) {
160 return SS.getScopeRep()->isDependent();
170 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed");
317 bool isDependent = false;
323 isDependent = ObjectType->isDependentType();
328 isDependent = isDependentScopeSpecifier(SS);
344 } else if (isDependent) {
427 bool isDependent = false;
435 isDependent = ObjectType->isDependentType();
440 isDependent = isDependentScopeSpecifier(SS)
    [all...]
SemaAccess.cpp 125 bool isDependent() const { return Dependent; }
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))
    [all...]
SemaTemplate.cpp 254 bool isDependent = false;
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)
    [all...]
SemaExprCXX.cpp 111 bool isDependent = false;
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) {
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /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");
164 bool NestedNameSpecifier::isDependent() const {
Type.cpp     [all...]
ASTContext.cpp     [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 186 bool isDependent() const;
TemplateName.h 291 bool isDependent() const;
TemplateBase.h 225 bool isDependent() const;
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 630 if (TemplateType->getTemplateName().isDependent())
  /external/clang/lib/Parse/
ParseTentative.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 496 milliseconds