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

1 2

  /external/clang/include/clang/AST/
DependentDiagnostic.h 177 assert(isDependentContext()
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 82 if (Ctx->getLangOpts().CPlusPlus && !D->isDependentContext()) {
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 93 Template->getDeclContext()->isDependentContext();
DeclBase.cpp 735 bool DeclContext::isDependentContext() const {
757 return getLexicalParent()->isDependentContext();
760 return getParent() && getParent()->isDependentContext();
    [all...]
DeclCXX.cpp 319 if (!isDependentContext())
    [all...]
ExprCXX.cpp 267 if ((*I)->getDeclContext()->isDependentContext() ||
    [all...]
Expr.cpp 212 Var->getDeclContext()->isDependentContext()) {
223 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 73 FD->isDependentContext())
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 216 if (!tag || tag->isDependentContext())
361 if (!LookupCtx->isDependentContext() &&
450 if (!LookupCtx->isDependentContext() &&
671 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaAccess.cpp 85 Dependent(DC->isDependentContext()) {
264 bool CheckDependent = Derived->isDependentContext();
272 if (Derived->isDependentContext() && !Derived->hasDefinition())
315 assert(!Friend->isDependentContext() &&
318 if (!Context->isDependentContext())
602 CheckDependent(InstanceContext->isDependentContext() ||
603 NamingClass->isDependentContext()),
    [all...]
SemaLambda.cpp 133 if (CurContext->isDependentContext() || isInInlineFunction(CurContext))
143 if (!CurContext->isDependentContext()) {
725 if (!CurContext->isDependentContext()) {
    [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp 495 } else if (New->getDeclContext()->isDependentContext()) {
    [all...]
SemaLookup.cpp 534 if (!Class->getDefinition() || Class->isDependentContext())
    [all...]
AnalysisBasedWarnings.cpp 821 if (cast<DeclContext>(D)->isDependentContext())
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp 140 if (!LookupCtx->isDependentContext() &&
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 123 isDependent = LookupCtx && LookupCtx->isDependentContext();
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 111 ((Actions.CurContext->isDependentContext() ||
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 264 !FD->isDependentContext()) {

Completed in 408 milliseconds

1 2