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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 215 if (tag->isDependentContext())
348 if (!LookupCtx->isDependentContext() &&
418 if (!LookupCtx->isDependentContext() &&
636 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaAccess.cpp 84 Dependent(DC->isDependentContext()) {
259 bool CheckDependent = Derived->isDependentContext();
307 assert(!Friend->isDependentContext() &&
310 if (!Context->isDependentContext())
594 CheckDependent(InstanceContext->isDependentContext() ||
595 NamingClass->isDependentContext()),
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp 467 } else if (New->getDeclContext()->isDependentContext()) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 804 if (cast<DeclContext>(D)->isDependentContext())
    [all...]
SemaLookup.cpp 526 if (!Class->getDefinition() || Class->isDependentContext())
    [all...]
SemaDecl.cpp 115 if (!LookupCtx->isDependentContext() &&
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExprCXX.cpp 120 isDependent = LookupCtx && LookupCtx->isDependentContext();
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
DependentDiagnostic.h 177 assert(isDependentContext()
DeclBase.h 944 bool isDependentContext() const;
    [all...]
Decl.h     [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 77 if (Ctx->getLangOptions().CPlusPlus && !D->isDependentContext()) {
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 93 Template->getDeclContext()->isDependentContext();
DeclBase.cpp 700 bool DeclContext::isDependentContext() const {
718 return getLexicalParent()->isDependentContext();
721 return getParent() && getParent()->isDependentContext();
    [all...]
DeclCXX.cpp 256 if (!isDependentContext())
    [all...]
ExprCXX.cpp 253 if ((*I)->getDeclContext()->isDependentContext() ||
    [all...]
Expr.cpp 201 Var->getDeclContext()->isDependentContext()) {
212 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 201 !FD->isDependentContext()) {
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 104 ((Actions.CurContext->isDependentContext() ||

Completed in 726 milliseconds