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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h204 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
205 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } function in class:clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo

Completed in 88 milliseconds