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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp 130 ImplicitParamDecl::CXXThis);
CGOpenMPRuntimeGPU.cpp 4359 llvm::Value *CXXThis = CGF.LoadCXXThis();
4360 CGF.EmitStoreOfScalar(CXXThis, ThisLVal);
CGDebugInfo.cpp 4291 // If this is implicit parameter of CXXThis or ObjCSelf kind, then give it an
4294 if (IPD->getParameterKind() == ImplicitParamDecl::CXXThis ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2556 Loc CXXThis =
2558 SVal CXXThisVal = state->getSVal(CXXThis);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 1585 CXXThis,

Completed in 25 milliseconds