HomeSort by: relevance | last modified time | path
    Searched refs:isDependentContext (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 35 if (!Record->isDependentContext() ||
208 if (!tag || tag->isDependentContext())
413 if (!LookupCtx->isDependentContext() &&
523 if (!LookupCtx->isDependentContext() &&
799 if (DC->isDependentContext() && DC->isFunctionOrMethod()) {
1079 if (!DC->isDependentContext() && RequireCompleteDeclContext(SS, DC))
1085 if (DC->isDependentContext())
SemaOpenMP.cpp 2729 if (!CurContext->isDependentContext())
4388 if (!CurContext->isDependentContext() &&
5061 assert(!S.CurContext->isDependentContext() &&
5721 if (AStmt && !CurContext->isDependentContext() && Kind != OMPD_atomic &&
6310 if (!CurContext->isDependentContext() &&
6894 if (FD->isDependentContext() || ShouldDelayChecks(VariantRef, false) ||
7613 if (dependent() || SemaRef.CurContext->isDependentContext())
7707 if (dependent() || SemaRef.CurContext->isDependentContext())
7738 if (dependent() || SemaRef.CurContext->isDependentContext())
7816 if (dependent() || SemaRef.CurContext->isDependentContext())
    [all...]
SemaAccess.cpp 85 Dependent(DC->isDependentContext()) {
299 bool CheckDependent = Derived->isDependentContext();
307 if (Derived->isDependentContext() && !Derived->hasDefinition() &&
348 assert(!Friend->isDependentContext() &&
351 if (!Context->isDependentContext())
624 CheckDependent(InstanceContext->isDependentContext() ||
625 NamingClass->isDependentContext()),
1411 assert(DC->isDependentContext() && "delaying non-dependent access");
SemaLambda.cpp 127 EnclosingDC->isDependentContext() &&
133 if (!EnclosingDC->isDependentContext())
319 inTemplateInstantiation() || CurContext->isDependentContext();
372 if (Class->isDependentContext() || TemplateParams) {
1801 if (!CurContext->isDependentContext() && !IsImplicit &&
1915 !Class->getDeclContext()->isDependentContext()) {
1926 if (!CurContext->isDependentContext()) {
SemaDeclCXX.cpp 569 !New->getLexicalDeclContext()->isDependentContext()) {
606 } else if (New->getDeclContext()->isDependentContext()) {
2255 } else if (!Constructor->isDependentContext() &&
3522 !FD->getParent()->isDependentContext() &&
3884 if (RD->isDependentContext())
4452 if (CurContext->isDependentContext())
4582 if (CurContext->isDependentContext())
5055 if (Constructor->isDependentContext()) {
5270 if (Constructor->getDeclContext()->isDependentContext())
5535 if (ClassDecl->isDependentContext() || ClassDecl->isUnion()
    [all...]
SemaTemplate.cpp 1765 if (SemanticContext->isDependentContext()) {
1883 if (!(TUK == TUK_Friend && CurContext->isDependentContext()) &&
1943 if (!(TUK == TUK_Friend && CurContext->isDependentContext()) &&
1950 SemanticContext->isDependentContext())
1973 = !(TUK == TUK_Friend && CurContext->isDependentContext());
2052 if (!CurContext->isDependentContext()) {
2104 if (OrigDecl->getDeclContext()->isDependentContext()) {
2473 if (DC->isDependentContext())
4176 if (Partial->getDeclContext()->isDependentContext())
4509 if (Template->getDeclContext()->isDependentContext() ||
    [all...]
SemaDecl.cpp 334 if (!LookupCtx->isDependentContext() &&
547 for (; DC && DC->isDependentContext(); DC = DC->getLookupParent()) {
1683 if (D->getDeclContext()->isDependentContext() ||
1684 D->getLexicalDeclContext()->isDependentContext())
4332 New->getDeclContext()->isDependentContext())) {
5754 bool IsDependentContext = DC->isDependentContext();
5756 if (!IsDependentContext &&
5780 if (EnteringContext && IsDependentContext &&
6716 if (DC->isDependentContext())
    [all...]
SemaTemplateInstantiateDecl.cpp 51 !OldDecl->getLexicalDeclContext()->isDependentContext()) &&
560 if (!T->isDependentType() && !RD->isDependentContext() &&
1552 assert(!(isFriend && Owner->isDependentContext()));
5025 (!OldVar->getPreviousDecl()->getDeclContext()->isDependentContext() ||
5759 if (!DC->isDependentContext())
5889 if (!Record->isDependentContext())
5993 if (!Spec->isDependentContext()) {
SemaLookup.cpp 973 if (!Class->getDefinition() || Class->isDependentContext())
2160 LookupCtx->isDependentContext() ||
2218 if (!InUnqualifiedLookup && LookupRec->isDependentContext() &&
2464 if (!DC->isDependentContext() && RequireCompleteDeclContext(*SS, DC))
4843 if (getLangOpts().MSVCCompat && CurContext->isDependentContext() &&
SemaStmt.cpp 598 if (CurContext->isDependentContext() || (E && E->isInstantiationDependent()))
620 assert(!CurContext->isDependentContext() &&
3652 if (!CurContext->isDependentContext())
3828 if (FD->isDependentContext()) {
3894 if (!FD->isDependentContext() && OldDeducedType != NewDeducedType) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DependentDiagnostic.h 176 assert(isDependentContext()
DeclBase.h 1952 bool isDependentContext() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 239 if (E->getBlockDecl()->isDependentContext())
514 Var->getDeclContext()->isDependentContext() &&
536 if (MD->isStatic() && Decl->getDeclContext()->isDependentContext())
592 if (RD && RD->isDependentContext() && RD->isCurrentInstantiation(DC)) {
714 if (D->getDeclContext()->isDependentContext() ||
DeclBase.cpp 259 return AsDC->isDependentContext();
261 return DC->isDependentContext() || isTemplateDecl() ||
369 if (!LDC->isDependentContext())
1138 bool DeclContext::isDependentContext() const {
1160 return getLexicalParent()->isDependentContext();
1167 return getParent() && getParent()->isDependentContext();
1931 bool Dependent = isDependentContext();
1967 assert(Parent->isDependentContext()
TemplateName.cpp 203 Template->getDeclContext()->isDependentContext())
CXXInheritance.cpp 118 assert(isDependentContext());
140 (Base->isDependentContext() &&
DeclarationName.cpp 229 if (TD && TD->getDeclContext()->isDependentContext())
Mangle.cpp 402 if (FD->isDependentContext())
TemplateBase.cpp 211 if (DC->isDependentContext())
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp 75 if (MD->isDependentContext() || !MD->hasBody())
124 if (FD->isDependentContext())
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 167 if (FD->isDependentContext())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 311 !FD->isDependentContext()) {
331 if (!BD->isDependentContext()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp 207 if (!D->getLexicalDeclContext()->isDependentContext())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp 451 D->getLexicalDeclContext()->isDependentContext() && !isa<TagDecl>(D)) {
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 712 if (isa<ClassTemplateDecl>(ND) && D->getDeclContext()->isDependentContext())

Completed in 106 milliseconds

1 2