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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp183 FieldDecl *getThisFieldDecl() const override {
185 return OuterRegionInfo->getThisFieldDecl();
H A DCodeGenFunction.h207 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
208 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } function in class:clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo
H A DCGStmt.cpp2183 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl();

Completed in 94 milliseconds