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

1 2 3

  /external/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DependentDiagnostic.h 175 assert(isDependentContext()
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 37 if (!Record->isDependentContext() ||
210 if (!tag || tag->isDependentContext())
414 if (!LookupCtx->isDependentContext() &&
521 if (!LookupCtx->isDependentContext() &&
795 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
    [all...]
SemaOpenMP.cpp     [all...]
SemaAccess.cpp 85 Dependent(DC->isDependentContext()) {
286 bool CheckDependent = Derived->isDependentContext();
294 if (Derived->isDependentContext() && !Derived->hasDefinition() &&
335 assert(!Friend->isDependentContext() &&
338 if (!Context->isDependentContext())
611 CheckDependent(InstanceContext->isDependentContext() ||
612 NamingClass->isDependentContext()),
    [all...]
SemaLambda.cpp 124 EnclosingDC->isDependentContext() &&
130 if (!EnclosingDC->isDependentContext())
312 !ActiveTemplateInstantiations.empty() || CurContext->isDependentContext();
366 if (Class->isDependentContext() || TemplateParams) {
    [all...]
SemaExprMember.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 46 !OldDecl->getLexicalDeclContext()->isDependentContext()) &&
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 143 Template->getDeclContext()->isDependentContext();
DeclBase.cpp 922 bool DeclContext::isDependentContext() const {
944 return getLexicalParent()->isDependentContext();
951 return getParent() && getParent()->isDependentContext();
    [all...]
CXXInheritance.cpp 128 assert(isDependentContext());
155 (Base->isDependentContext() &&
  /external/clang/lib/Analysis/
CallGraph.cpp 119 if (FD->isDependentContext())
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 175 && !D->getLexicalDeclContext()->isDependentContext())
  /external/clang/lib/Index/
CodegenNameGenerator.cpp 41 if (FD->isDependentContext())
IndexDecl.cpp 397 if (isa<ClassTemplateDecl>(ND) && D->getDeclContext()->isDependentContext())
  /external/clang/lib/Serialization/
ASTCommon.cpp 331 D->getLexicalDeclContext()->isDependentContext() && !isa<TagDecl>(D)) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 352 !FD->isDependentContext()) {
372 if (!BD->isDependentContext()) {

Completed in 1712 milliseconds

1 2 3