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

1 2

  /external/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 85 if (Ctx->getLangOpts().CPlusPlus && !D->isDependentContext()) {
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 37 if (!Record->isDependentContext() ||
210 if (!tag || tag->isDependentContext())
354 if (!LookupCtx->isDependentContext() &&
443 if (!LookupCtx->isDependentContext() &&
668 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 133 !ActiveTemplateInstantiations.empty() || CurContext->isDependentContext();
    [all...]
SemaDeclCXX.cpp 507 } else if (New->getDeclContext()->isDependentContext()) {
    [all...]
SemaLookup.cpp 539 if (!Class->getDefinition() || Class->isDependentContext())
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 178 if (!LookupCtx->isDependentContext() &&
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp 125 isDependent = LookupCtx && LookupCtx->isDependentContext();
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 93 Template->getDeclContext()->isDependentContext();
DeclBase.cpp 765 bool DeclContext::isDependentContext() const {
787 return getLexicalParent()->isDependentContext();
790 return getParent() && getParent()->isDependentContext();
    [all...]
CXXInheritance.cpp 127 assert(isDependentContext());
156 (Base->isDependentContext() &&
DeclCXX.cpp 376 if (!isDependentContext())
    [all...]
ExprCXX.cpp 291 if ((*I)->getDeclContext()->isDependentContext() ||
    [all...]
Expr.cpp 298 Var->getDeclContext()->isDependentContext()) {
309 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 126 FD->isDependentContext())
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 120 ((Actions.CurContext->isDependentContext() ||
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 331 !FD->isDependentContext()) {

Completed in 444 milliseconds

1 2