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 526 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
541 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
572 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
667 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
686 /// CheckParamExceptionSpec - Check if the parameter and return types of the
691 bool Sema::CheckParamExceptionSpec(const PartialDiagnostic & NoteID,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 495 milliseconds