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() &&
452 if (!LookupCtx->isDependentContext() &&
705 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaAccess.cpp 85 Dependent(DC->isDependentContext()) {
281 bool CheckDependent = Derived->isDependentContext();
289 if (Derived->isDependentContext() && !Derived->hasDefinition())
329 assert(!Friend->isDependentContext() &&
332 if (!Context->isDependentContext())
611 CheckDependent(InstanceContext->isDependentContext() ||
612 NamingClass->isDependentContext()),
    [all...]
SemaLambda.cpp 124 EnclosingDC->isDependentContext() &&
130 if (!EnclosingDC->isDependentContext())
311 !ActiveTemplateInstantiations.empty() || CurContext->isDependentContext();
364 if (Class->isDependentContext() || TemplateParams) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaLookup.cpp 556 if (!Class->getDefinition() || Class->isDependentContext())
    [all...]
SemaExprMember.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 242 if (!LookupCtx->isDependentContext() &&
    [all...]
SemaDeclCXX.cpp 541 } else if (New->getDeclContext()->isDependentContext()) {
    [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp 160 isDependent = LookupCtx && LookupCtx->isDependentContext();
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 93 Template->getDeclContext()->isDependentContext();
DeclBase.cpp 818 bool DeclContext::isDependentContext() const {
840 return getLexicalParent()->isDependentContext();
843 return getParent() && getParent()->isDependentContext();
    [all...]
CXXInheritance.cpp 123 assert(isDependentContext());
151 (Base->isDependentContext() &&
DeclCXX.cpp 395 if (!isDependentContext())
    [all...]
ExprCXX.cpp 354 if ((*I)->getDeclContext()->isDependentContext() ||
    [all...]
Expr.cpp 286 Var->getDeclContext()->isDependentContext()) {
300 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
    [all...]
  /external/clang/lib/Analysis/
CallGraph.cpp 120 FD->isDependentContext())
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 352 !FD->isDependentContext()) {
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 109 ((Actions.CurContext->isDependentContext() ||
    [all...]

Completed in 6633 milliseconds

1 2