/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UndelegatedConstructorCheck.cpp | 23 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 39 if (auto *EWC = dyn_cast<ExprWithCleanups>(Current)) { ignoreCFGOmittedNodes() local
|
/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 562 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
|
H A D | SemaStmt.cpp | 679 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) { checkMustTailAttr() local
|
H A D | SemaOpenMP.cpp | 12438 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) ActOnOpenMPAtomicDirective() local 12694 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) ActOnOpenMPAtomicDirective() local 12696 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) ActOnOpenMPAtomicDirective() local
|
H A D | SemaOverload.cpp | 300 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { IgnoreNarrowingConversion() local
|
H A D | SemaDecl.cpp | 12933 if (auto *EWC = dyn_cast<ExprWithCleanups>(Init)) checkNonTrivialCUnionInInitializer() local
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 730 if (auto *EWC = llvm::dyn_cast_if_present<ExprWithCleanups>(E)) transformForValuePrinting() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 504 VisitExprWithCleanups(const ExprWithCleanups * EWC) VisitExprWithCleanups() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1493 if (const auto *EWC = dyn_cast_or_null<ExprWithCleanups>(RV)) EmitReturnStmt() local
|
H A D | CGBlocks.cpp | 1058 auto *EWC = llvm::dyn_cast_or_null<ExprWithCleanups>(RetExpr); EmitBlockLiteral() local
|
H A D | CGDecl.cpp | 810 if (auto *EWC = dyn_cast<ExprWithCleanups>(init)) { EmitScalarInit() local
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1528 VisitExprWithCleanups(const ExprWithCleanups * EWC) VisitExprWithCleanups() argument
|
H A D | Expr.cpp | 3313 if (auto *EWC = dyn_cast<ExprWithCleanups>(this)) isConstantInitializer() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 2127 if (auto *EWC = dyn_cast<ExprWithCleanups>(E)) VisitDeclStmt() local
|
H A D | CFG.cpp | 1776 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { getReferenceInitTemporaryType() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 3024 auto *EWC = selectFirst<ExprWithCleanups>("ewc", MatchResult); TEST() local
|