Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp168 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anondef231dd0111::CGOpenMPInlinedRegionInfo
170 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()
DCodeGenFunction.h204 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; } in isCXXThisExprCaptured()
205 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; } in getThisFieldDecl() function
DCGStmt.cpp2221 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()