Home
last modified time | relevance | path

Searched refs:findOuterContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1258 static DeclContext *findOuterContext(Scope *S) { in findOuterContext() function
1392 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName()
1519 DeclContext *OuterCtx = findOuterContext(S); in CppLookupName()
4373 DeclContext *OuterCtx = findOuterContext(S); in lookupInScope()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5595 {"_Z16findOuterContextPN5clang5ScopeE", "findOuterContext(clang::Scope*)"},