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

  /external/clang/lib/CodeGen/
CGCXXABI.h 58 ImplicitParamDecl *&getVTTDecl(CodeGenFunction &CGF) {
ItaniumCXXABI.cpp 750 getVTTDecl(CGF) = VTTDecl;
769 if (getVTTDecl(CGF)) {
771 = CGF.Builder.CreateLoad(CGF.GetAddrOfLocalVar(getVTTDecl(CGF)),
    [all...]

Completed in 26 milliseconds