Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h442 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
443 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
H A DCGStmt.cpp2910 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl(); in GenerateCapturedStmtFunction()
H A DCGOpenMPRuntime.cpp271 FieldDecl *getThisFieldDecl() const override { in getThisFieldDecl() function in __anonffc6c7120111::CGOpenMPInlinedRegionInfo
273 return OuterRegionInfo->getThisFieldDecl(); in getThisFieldDecl()