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

1 2

  /external/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 37 if (!Record->isDependentContext() ||
195 if (!tag || tag->isDependentContext())
339 if (!LookupCtx->isDependentContext() &&
428 if (!LookupCtx->isDependentContext() &&
657 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaAccess.cpp 85 Dependent(DC->isDependentContext()) {
280 bool CheckDependent = Derived->isDependentContext();
288 if (Derived->isDependentContext() && !Derived->hasDefinition())
331 assert(!Friend->isDependentContext() &&
334 if (!Context->isDependentContext())
618 CheckDependent(InstanceContext->isDependentContext() ||
619 NamingClass->isDependentContext()),
    [all...]
SemaLambda.cpp 90 !ActiveTemplateInstantiations.empty() || CurContext->isDependentContext();
504 if (CurContext->isDependentContext()) {
    [all...]
SemaDeclCXX.cpp 538 } else if (New->getDeclContext()->isDependentContext()) {
    [all...]
SemaLookup.cpp 550 if (!Class->getDefinition() || Class->isDependentContext())
    [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 178 if (!LookupCtx->isDependentContext() &&
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaExprCXX.cpp 162 isDependent = LookupCtx && LookupCtx->isDependentContext();
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 93 Template->getDeclContext()->isDependentContext();
DeclBase.cpp 762 bool DeclContext::isDependentContext() const {
784 return getLexicalParent()->isDependentContext();
787 return getParent() && getParent()->isDependentContext();
    [all...]
CXXInheritance.cpp 127 assert(isDependentContext());
156 (Base->isDependentContext() &&
DeclCXX.cpp 376 if (!isDependentContext())
    [all...]
ExprCXX.cpp 293 if ((*I)->getDeclContext()->isDependentContext() ||
    [all...]
Expr.cpp 314 Var->getDeclContext()->isDependentContext()) {
325 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
    [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 85 if (Ctx->getLangOpts().CPlusPlus && !D->isDependentContext()) {
  /external/clang/lib/Analysis/
CallGraph.cpp 126 FD->isDependentContext())
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 119 ((Actions.CurContext->isDependentContext() ||
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 333 !FD->isDependentContext()) {

Completed in 383 milliseconds

1 2