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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 49 /// InDiag - The note to emit if there is a jump into this scope.
50 unsigned InDiag;
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag,
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
133 unsigned InDiag = 0;
137 InDiag = diag::note_protected_by_vla;
182 InDiag = diag::note_protected_by_variable_init;
192 InDiag = diag::note_protected_by_variable_nontriv_destructor;
194 InDiag = diag::note_protected_by_variable_non_pod
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 61 milliseconds