HomeSort by: relevance | last modified time | path
    Searched refs:getThisFieldDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2746 FieldDecl *FD = CapturedStmtInfo->getThisFieldDecl();
CodeGenFunction.h 414 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
415 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
CGOpenMPRuntime.cpp 267 FieldDecl *getThisFieldDecl() const override {
269 return OuterRegionInfo->getThisFieldDecl();

Completed in 46 milliseconds