Searched refs:OuterD (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDecl.cpp1157 const Decl *OuterD = getOutermostFuncOrBlockContext(D); local
1158 if (!OuterD)
1162 if (const BlockDecl *BD = dyn_cast<BlockDecl>(OuterD)) {
1169 const FunctionDecl *FD = cast<FunctionDecl>(OuterD);

Completed in 97 milliseconds