Searched refs:InDiag (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp49 /// InDiag - The note to emit if there is a jump into this scope.
50 unsigned InDiag; member in struct:__anon3967::JumpScopeChecker::GotoScope
60 GotoScope(unsigned parentScope, unsigned InDiag, unsigned OutDiag, argument
62 : ParentScope(parentScope), InDiag(InDiag), OutDiag(OutDiag), Loc(L) {}
133 unsigned InDiag = 0; local
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
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1299 const StoredDiagnostic &InDiag) {
1301 OutDiag.ID = InDiag.getID();
1302 OutDiag.Level = InDiag.getLevel();
1303 OutDiag.Message = InDiag.getMessage();
1305 if (InDiag.getLocation().isInvalid())
1307 const SourceManager &SM = InDiag.getLocation().getManager();
1308 SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
1313 for (const CharSourceRange &Range : InDiag.getRanges())
1315 for (const FixItHint &FixIt : InDiag.getFixIts())
1298 makeStandaloneDiagnostic(const LangOptions &LangOpts, const StoredDiagnostic &InDiag) argument

Completed in 104 milliseconds