Searched refs:NeedsVTTParameter (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp302 bool CGCXXABI::NeedsVTTParameter(GlobalDecl GD) { function in class:CGCXXABI
H A DCGCXXABI.h456 virtual bool NeedsVTTParameter(GlobalDecl GD);
H A DCGClass.cpp303 if (!CGM.getCXXABI().NeedsVTTParameter(GD)) {
321 assert(!CGM.getCXXABI().NeedsVTTParameter(CurGD) &&
336 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) {
1845 if (CGM.getCXXABI().NeedsVTTParameter(CurGD)) {
H A DItaniumCXXABI.cpp270 bool NeedsVTTParameter(GlobalDecl GD) override;
1241 if (NeedsVTTParameter(CGF.CurGD)) {
1279 if (!NeedsVTTParameter(GlobalDecl(D, Type)))
1360 bool NeedsVTTParam = CGM.getCXXABI().NeedsVTTParameter(CGF.CurGD);
2144 bool ItaniumCXXABI::NeedsVTTParameter(GlobalDecl GD) { function in class:ItaniumCXXABI

Completed in 71 milliseconds