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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 52 /// OutDiag - The note to emit if there is an indirect jump out
55 unsigned OutDiag;
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag,
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
133 unsigned OutDiag = 0;
154 OutDiag = diag::note_exits_dtor;
187 if (OutDiag)
197 return ScopePair(InDiag, OutDiag);
541 /// A path out is trivial is none of the exited scopes have an OutDiag
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 536 milliseconds