OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagType
(Results
1 - 4
of
4
) 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()
SemaDeclAttr.cpp
1007
DiagnoseIfAttr::DiagnosticType
DiagType
;
1008
if (!DiagnoseIfAttr::ConvertStrToDiagnosticType(DiagTypeStr,
DiagType
)) {
1018
S.Context, AL, Cond, Msg,
DiagType
, ArgDependent, cast<NamedDecl>(D)));
SemaExpr.cpp
7750
int
DiagType
= (NullKind == Expr::NPCK_CXX11_nullptr);
7752
<< NonPointerExpr->getType() <<
DiagType
Completed in 62 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026