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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 827 /// ErrorUnsupported - Print out an error that codegen doesn't support the
829 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type,
831 CGM.ErrorUnsupported(S, Type, OmitOnError);
    [all...]
CodeGenModule.cpp 243 /// ErrorUnsupported - Print out an error that codegen doesn't support the
245 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type,
256 /// ErrorUnsupported - Print out an error that codegen doesn't support the
258 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type,
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 43 milliseconds