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

Completed in 91 milliseconds