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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp 132 CGF.CXXABIThisDecl = ThisDecl;
CGCXXABI.h 54 return CGF.CXXABIThisDecl;
CGVTables.cpp 414 Address ThisAddr = GetAddrOfLocalVar(CXXABIThisDecl);
CodeGenFunction.h 1628 OldCXXABIThisDecl(CGF.CXXABIThisDecl),
1639 CGF.CXXABIThisDecl = nullptr;
1652 CGF.CXXABIThisDecl = OldCXXABIThisDecl;
1844 ImplicitParamDecl *CXXABIThisDecl = nullptr;
CGException.cpp 1849 CaptureFinder Finder(ParentCGF, ParentCGF.CXXABIThisDecl);

Completed in 27 milliseconds