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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 639 /// ErrorUnsupported - Print out an error that codegen doesn't support the
641 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type,
643 CGM.ErrorUnsupported(S, Type, OmitOnError);
    [all...]
CodeGenModule.cpp 194 /// ErrorUnsupported - Print out an error that codegen doesn't support the
196 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
207 /// ErrorUnsupported - Print out an error that codegen doesn't support the
209 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
    [all...]

Completed in 40 milliseconds