HomeSort by relevance Sort by last modified time
    Searched refs:getThisFieldDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.h 212 bool isCXXThisExprCaptured() const { return getThisFieldDecl() != nullptr; }
213 virtual FieldDecl *getThisFieldDecl() const { return CXXThisFieldDecl; }
    [all...]
CGStmt.cpp     [all...]
CGOpenMPRuntime.cpp 250 FieldDecl *getThisFieldDecl() const override {
252 return OuterRegionInfo->getThisFieldDecl();
    [all...]

Completed in 240 milliseconds