|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/CodeGen/CodeGenModule.h 1090 void ErrorUnsupported(const Decl *D, const char *Type);
References
tools/clang/lib/CodeGen/CGCall.cpp 3065 CGM.ErrorUnsupported(param, "forwarded non-trivially copyable parameter");
tools/clang/lib/CodeGen/CGClass.cpp 2883 CGM.ErrorUnsupported(CurCodeDecl, "lambda conversion to variadic function");
2937 CGM.ErrorUnsupported(MD, "lambda conversion to variadic function");
tools/clang/lib/CodeGen/CGException.cpp 1799 CGM.ErrorUnsupported(VD, "'this' captured by SEH");
1804 CGM.ErrorUnsupported(VD, "VLA captured by SEH");
tools/clang/lib/CodeGen/CGObjC.cpp 1093 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy");
1374 CGM.ErrorUnsupported(propImpl, "Obj-C optimized setter - NYI");
1381 CGM.ErrorUnsupported(propImpl, "Obj-C setter requiring atomic copy");
tools/clang/lib/CodeGen/CGVTables.cpp 173 CGM.ErrorUnsupported(MD, "return-adjusting thunk with variadic arguments");
310 CGM.ErrorUnsupported(
316 CGM.ErrorUnsupported(
tools/clang/lib/CodeGen/CodeGenModule.cpp 3925 ErrorUnsupported(D, "static initializer");
5197 ErrorUnsupported(LSD, "linkage spec");
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp 2344 CGF.CGM.ErrorUnsupported(VD, "thread wrappers");