Searched defs:NeedsVTTParameter (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp315 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { function in class:CGCXXABI
H A DItaniumCXXABI.cpp338 bool NeedsVTTParameter(GlobalDecl GD) override;
1386 if (NeedsVTTParameter(CGF.CurGD)) {
1424 if (!NeedsVTTParameter(GlobalDecl(D, Type)))
1506 return NeedsVTTParameter(CGF.CurGD);
1514 NeedsVTTParameter(CGF.CurGD)) {
1543 NeedsVTTParameter(CGF.CurGD) && "This class doesn't have VTT");
2329 bool ItaniumCXXABI::NeedsVTTParameter(GlobalDecl GD) { function in class:ItaniumCXXABI

Completed in 35 milliseconds