Home
last modified time | relevance | path

Searched refs:OuterDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp592 NamedDecl *OuterDecl; in BuildCXXNestedNameSpecifier() local
597 OuterDecl = FoundOuter.getAsSingle<NamedDecl>(); in BuildCXXNestedNameSpecifier()
599 OuterDecl = ScopeLookupResult; in BuildCXXNestedNameSpecifier()
601 if (isAcceptableNestedNameSpecifier(OuterDecl) && in BuildCXXNestedNameSpecifier()
602 OuterDecl->getCanonicalDecl() != SD->getCanonicalDecl() && in BuildCXXNestedNameSpecifier()
603 (!isa<TypeDecl>(OuterDecl) || !isa<TypeDecl>(SD) || in BuildCXXNestedNameSpecifier()
605 Context.getTypeDeclType(cast<TypeDecl>(OuterDecl)), in BuildCXXNestedNameSpecifier()
615 Diag(OuterDecl->getLocation(), diag::note_ambig_member_ref_scope); in BuildCXXNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp139 if (auto *OuterDecl = NsDecl->getParent(); in checkASTDecl() local
140 OuterDecl && isa<NamespaceDecl>(OuterDecl) && in checkASTDecl()
141 safeGetName(OuterDecl) == "std") in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2520 Decl *OuterDecl = nullptr; in ParseDeclarationAfterDeclaratorAndAttributes() local
2535 OuterDecl = VT; in ParseDeclarationAfterDeclaratorAndAttributes()
2720 return OuterDecl ? OuterDecl : ThisDecl; in ParseDeclarationAfterDeclaratorAndAttributes()