OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutDiag
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
57
///
OutDiag
- The note to emit if there is an indirect jump out
60
unsigned
OutDiag
;
65
GotoScope(unsigned parentScope, unsigned InDiag, unsigned
OutDiag
,
67
: ParentScope(parentScope), InDiag(InDiag),
OutDiag
(
OutDiag
), Loc(L) {}
147
unsigned
OutDiag
= 0;
175
OutDiag
= diag::note_exits_dtor;
208
if (
OutDiag
)
218
return ScopePair(InDiag,
OutDiag
);
295
unsigned
OutDiag
= diag::note_exits_compound_literal_scope
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
1251
ASTUnit::StandaloneDiagnostic
OutDiag
;
1252
OutDiag
.ID = InDiag.getID();
1253
OutDiag
.Level = InDiag.getLevel();
1254
OutDiag
.Message = std::string(InDiag.getMessage());
1255
OutDiag
.LocOffset = 0;
1257
return
OutDiag
;
1260
OutDiag
.Filename = std::string(SM.getFilename(FileLoc));
1261
if (
OutDiag
.Filename.empty())
1262
return
OutDiag
;
1263
OutDiag
.LocOffset = SM.getFileOffset(FileLoc)
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026