OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreImpCasts
(Results
1 - 25
of
35
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp
96
if (I->getInit()->
IgnoreImpCasts
() == StoreE) {
CheckSecuritySyntaxOnly.cpp
685
const auto *Target = CE->getArg(0)->
IgnoreImpCasts
(),
686
*Source = CE->getArg(1)->
IgnoreImpCasts
();
NullabilityChecker.cpp
564
return E->
IgnoreImpCasts
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaFixItUtils.cpp
65
const Expr* Expr = FullExpr->
IgnoreImpCasts
();
SemaStmtAsm.cpp
194
Expression = Expression->
IgnoreImpCasts
();
SemaTemplateVariadic.cpp
1175
E = E->
IgnoreImpCasts
();
SemaChecking.cpp
351
Expr *Builtin = BuiltinCall->getCallee()->
IgnoreImpCasts
();
1774
const Expr *FnPtrArg = TheCall->getArg(1)->
IgnoreImpCasts
();
1974
auto *DRE = dyn_cast<DeclRefExpr>(TheCall->getArg(0)->
IgnoreImpCasts
());
8652
const Expr *Inside = E->
IgnoreImpCasts
();
8654
Inside = POE->getSyntacticForm()->
IgnoreImpCasts
();
9205
bool Success = fixedFS.fixType(Ex->getType(), Ex->
IgnoreImpCasts
()->getType(),
10006
Call->getArg(BId == Builtin::BImemset ? 2 : 1)->
IgnoreImpCasts
();
10027
} else if (!isLiteralZero(Call->getArg(1)->
IgnoreImpCasts
())) {
12980
E = E->
IgnoreImpCasts
();
15069
Expr *Arg = Message->getArg(ArgIndex)->
IgnoreImpCasts
();
[
all
...]
SemaExpr.cpp
8557
E = E->
IgnoreImpCasts
();
8559
E = E->
IgnoreImpCasts
();
8562
E = E->
IgnoreImpCasts
();
9697
QualType LHSType = LHS.get()->
IgnoreImpCasts
()->getType();
9698
QualType RHSType = RHS.get()->
IgnoreImpCasts
()->getType();
9707
<< 0 << Vector->getType() << NonVector->
IgnoreImpCasts
()->getType()
10510
StringLiteral* StrExpr = dyn_cast<StringLiteral>(LHSExpr->
IgnoreImpCasts
());
10513
StrExpr = dyn_cast<StringLiteral>(RHSExpr->
IgnoreImpCasts
());
10524
<< DiagRange << IndexExpr->
IgnoreImpCasts
()->getType();
10542
dyn_cast<CharacterLiteral>(RHSExpr->
IgnoreImpCasts
());
[
all
...]
SemaStmt.cpp
258
if (isa<ParenExpr>(E->
IgnoreImpCasts
()) && Loc.isMacroID()) {
280
E = Cast->getSubExpr()->
IgnoreImpCasts
();
3059
const Expr *E = MTE->getSubExpr()->
IgnoreImpCasts
();
3073
E = E->
IgnoreImpCasts
();
SemaExprMember.cpp
987
isa<CXXThisExpr>(BaseExpr->
IgnoreImpCasts
()) &&
SemaTemplate.cpp
6449
Arg = Arg->
IgnoreImpCasts
();
6481
Arg = subst->getReplacement()->
IgnoreImpCasts
();
6493
Arg = subst->getReplacement()->
IgnoreImpCasts
();
6697
Arg = subst->getReplacement()->
IgnoreImpCasts
();
SemaExprObjC.cpp
3786
castedE = castedE->
IgnoreImpCasts
();
3829
Expr *castedE = castExpr->
IgnoreImpCasts
();
SemaOpenMP.cpp
4299
Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->
IgnoreImpCasts
();
7830
Capture->
IgnoreImpCasts
(), Capture->getType(), Sema::AA_Converting,
9012
N0->
IgnoreImpCasts
(), N0->getType(),
9019
.PerformImplicitConversion(N0->
IgnoreImpCasts
(), N0->getType(),
9045
.PerformImplicitConversion(N->
IgnoreImpCasts
(), N->getType(),
9053
.PerformImplicitConversion(N->
IgnoreImpCasts
(), N->getType(),
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
892
const Expr* Expr = FullExpr->
IgnoreImpCasts
();
914
const Expr* Expr = FullExpr->
IgnoreImpCasts
();
992
const Expr *OrigArg = Arg->
IgnoreImpCasts
();
1133
const Expr *OrigArg = Arg->
IgnoreImpCasts
();
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp
280
CE->getCallee()->
IgnoreImpCasts
() == S)
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp
993
OCED->getInit()->
IgnoreImpCasts
()->printPretty(OS, nullptr, Policy);
1049
!isImplicitSelf(Node->getBase()->
IgnoreImpCasts
())) {
1829
OS << cast<StringLiteral>(Node->getArg(0)->
IgnoreImpCasts
())->getString();
1832
const auto *DRE = cast<DeclRefExpr>(Node->getCallee()->
IgnoreImpCasts
());
ExprClassification.cpp
220
auto *Base = cast<ArraySubscriptExpr>(E)->getBase()->
IgnoreImpCasts
();
ASTDiagnostic.cpp
1818
E = E->
IgnoreImpCasts
();
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
100
auto BaseTy = ME->getBase()->
IgnoreImpCasts
()->getType();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
2101
dyn_cast<DeclRefExpr>(VD->getInit()->
IgnoreImpCasts
())) {
2397
EmitLValue(CED->getInit()->
IgnoreImpCasts
()).getAddress(*this);
5570
assert(isa<BinaryOperator>(UE->
IgnoreImpCasts
()) &&
5572
const auto *BOUE = cast<BinaryOperator>(UE->
IgnoreImpCasts
());
5582
const auto *LHS = cast<OpaqueValueExpr>(BOUE->getLHS()->
IgnoreImpCasts
());
5583
const auto *RHS = cast<OpaqueValueExpr>(BOUE->getRHS()->
IgnoreImpCasts
());
5646
assert(isa<BinaryOperator>(UE->
IgnoreImpCasts
()) &&
5648
const auto *BOUE = cast<BinaryOperator>(UE->
IgnoreImpCasts
());
5655
const auto *LHS = cast<OpaqueValueExpr>(BOUE->getLHS()->
IgnoreImpCasts
());
5656
const auto *RHS = cast<OpaqueValueExpr>(BOUE->getRHS()->
IgnoreImpCasts
());
[
all
...]
CodeGenFunction.cpp
1795
auto *Call = dyn_cast<CallExpr>(Cond->
IgnoreImpCasts
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
815
Expr *
IgnoreImpCasts
() LLVM_READONLY;
816
const Expr *
IgnoreImpCasts
() const {
817
return const_cast<Expr *>(this)->
IgnoreImpCasts
();
833
/// * What
IgnoreImpCasts
() skips
866
/// IgnoreParens() +
IgnoreImpCasts
() until reaching a fixed point. However
869
/// * What
IgnoreImpCasts
() skips
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.cpp
1705
auto receiverTy = ME->getBase()->
IgnoreImpCasts
()->getType();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
220
const Expr* Expr = FullExpr->
IgnoreImpCasts
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
210
CondVarExpr = CondVarExpr->
IgnoreImpCasts
();
Completed in 172 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026