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) {}
132 unsigned InDiag = 0;
136 InDiag = diag::note_protected_by_vla;
178 InDiag = diag::note_protected_by_variable_init;
188 InDiag = diag::note_protected_by_variable_nontriv_destructor;
190 InDiag = diag::note_protected_by_variable_non_pod
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 62 milliseconds