Searched defs:CurCodeDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h149 /// CurCodeDecl - This is the inner-most code context, which includes blocks.
150 const Decl *CurCodeDecl; member in class:clang::CodeGen::CodeGenFunction
1153 const auto *FD = dyn_cast_or_null<FunctionDecl>(CurCodeDecl);

Completed in 93 milliseconds