OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StrExpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
7129
void Update(signed NewFirstUncoveredArg, const Expr *
StrExpr
) {
7139
DiagnosticExprs.push_back(
StrExpr
);
7142
DiagnosticExprs.push_back(
StrExpr
);
SemaExpr.cpp
10510
StringLiteral*
StrExpr
= dyn_cast<StringLiteral>(LHSExpr->IgnoreImpCasts());
10512
if (!
StrExpr
) {
10513
StrExpr
= dyn_cast<StringLiteral>(RHSExpr->IgnoreImpCasts());
10517
bool IsStringPlusInt =
StrExpr
&&
Completed in 37 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026