OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiagType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
645
auto
DiagType
= D.getSeverity() == llvm::DS_Error
648
Diags.Report(Loc,
DiagType
) << MsgStream.str();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
9670
unsigned
DiagType
= 0;
9672
DiagType
= 1;
9674
DiagType
= 2;
9676
Diag(Call->getExprLoc(), diag::warn_pointer_abs) <<
DiagType
<< ArgType;
13103
}
DiagType
;
13105
DiagType
= AddressOf;
13107
DiagType
= FunctionPointer;
13109
DiagType
= ArrayPointer;
13112
Diag(E->getExprLoc(), DiagID) <<
DiagType
<< S.str() << E->getSourceRange()
SemaExpr.cpp
7750
int
DiagType
= (NullKind == Expr::NPCK_CXX11_nullptr);
7752
<< NonPointerExpr->getType() <<
DiagType
Completed in 106 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026