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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 574 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
589 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
620 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
715 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
734 /// CheckParamExceptionSpec - Check if the parameter and return types of the
739 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 135 milliseconds