Searched defs:ErrorUnsupported (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 954 /// ErrorUnsupported - Print out an error that codegen doesn't support the 956 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type, function in class:CodeGenFunction 958 CGM.ErrorUnsupported(S, Type, OmitOnError);
|
H A D | CodeGenModule.cpp | 267 /// ErrorUnsupported - Print out an error that codegen doesn't support the 269 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type, function in class:CodeGenModule 280 /// ErrorUnsupported - Print out an error that codegen doesn't support the 282 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type, function in class:CodeGenModule 1745 ErrorUnsupported(D, "static initializer"); 2803 ErrorUnsupported(LSD, "linkage spec");
|
/external/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 2597 void ErrorUnsupported(StringRef Feature, SourceLocation Location) { function in class:__anon16060::VFTableBuilder 2951 ErrorUnsupported("deleted methods", MD->getLocation());
|
Completed in 592 milliseconds