Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h212 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; } in isCXXThisExprCaptured()
213 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } in getThisFieldDecl() function
DCGStmt.cpp2247 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
DCGOpenMPRuntime.cpp250 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anon8672dd220111::CGOpenMPInlinedRegionInfo
252 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()