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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2349 CharUnits getMemberPointerPathAdjustment(const APValue &MP) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 5823 Context.getASTContext().getMemberPointerPathAdjustment(V);
ASTContext.cpp 2527 CharUnits ASTContext::getMemberPointerPathAdjustment(const APValue &MP) const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 1095 CharUnits ThisAdjustment = getContext().getMemberPointerPathAdjustment(MP);

Completed in 54 milliseconds