Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp302 static const Decl *getOutermostFuncOrBlockContext(const Decl *D) { in getOutermostFuncOrBlockContext() function
1303 const Decl *OuterD = getOutermostFuncOrBlockContext(D); in getLVForLocalDecl()