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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 175 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) {
190 if (!CheckEquivalentExceptionSpec(
320 /// CheckEquivalentExceptionSpec - Check if the two types have equivalent
324 bool Sema::CheckEquivalentExceptionSpec(
330 bool Result = CheckEquivalentExceptionSpec(PDiag(DiagID),
339 /// CheckEquivalentExceptionSpec - Check if the two types have compatible
345 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
717 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,
    [all...]
SemaDeclCXX.cpp 615 if (CheckEquivalentExceptionSpec(Old, New))
656 if (CheckEquivalentExceptionSpec(
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 407 milliseconds