Home
last modified time | relevance | path

Searched defs:Compound (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDeleteNullPointerCheck.cpp50 const auto *Compound = Result.Nodes.getNodeAs<CompoundStmt>("compound"); in check() local
H A DElseAfterReturnCheck.cpp108 if (const auto *Compound = dyn_cast<CompoundStmt>(Node)) in containsDeclInScope() local
/llvm-project/clang/test/AST/Interp/
H A Dbitfields.cpp
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseEqualsDefaultCheck.cpp133 const auto *Compound = cast<CompoundStmt>(Operator->getBody()); in isCopyAssignmentAndCanBeDefaulted() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp200 } else if (const auto *Compound = dyn_cast<CompoundStmt>(Parent)) { in getSequenceSuccessor() local
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2773 StmtResult Compound = ParseCompoundStatement(); ParseMicrosoftIfExistsStatement() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp973 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) hasEmptyLoopBody() local
/llvm-project/clang/include/clang/Parse/
H A DParser.h481 Compound = AllowDeclarationsInC | AllowStandaloneOpenMPDirectives, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11758 else if (const auto *Compound = dyn_cast<CompoundLiteralExpr>(E)) CheckForIntOverflow() local
H A DSemaExpr.cpp15598 CompoundStmt *Compound = cast<CompoundStmt>(SubStmt); BuildStmtExpr() local