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 749 /// ErrorUnsupported - Print out an error that codegen doesn't support the
751 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type,
753 CGM.ErrorUnsupported(S, Type, OmitOnError);
    [all...]
CodeGenModule.cpp 219 /// ErrorUnsupported - Print out an error that codegen doesn't support the
221 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
232 /// ErrorUnsupported - Print out an error that codegen doesn't support the
234 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
    [all...]

Completed in 46 milliseconds