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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 100 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) {
318 Old = ResolveExceptionSpec(NewLoc, Old);
321 New = ResolveExceptionSpec(NewLoc, New);
515 Superset = ResolveExceptionSpec(SuperLoc, Superset);
518 Subset = ResolveExceptionSpec(SubLoc, Subset);
805 FT = S.ResolveExceptionSpec(E->getLocStart(), FT);
810 // FIXME: Try to resolve a delayed exception spec in ResolveExceptionSpec.
    [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 136 Proto = Self->ResolveExceptionSpec(CallLoc, Proto);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 61 milliseconds