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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 1704 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating);
1713 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating);
CGClass.cpp 459 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD,
CodeGenFunction.h 2785 /// GetVTTParameter - Return the VTT parameter that should be passed to a
2789 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,

Completed in 23 milliseconds