Home
last modified time | relevance | path

Searched refs:isCompound (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprConcepts.h367 bool isCompound() const { return getKind() == RK_Compound; } in isCompound() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h228 bool isCompound(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp601 bool HexagonMCInstrInfo::isCompound(MCInstrInfo const &MCII, in isCompound() function in HexagonMCInstrInfo
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp2492 if (ExprReq->isCompound()) in VisitRequiresExpr()
2498 if (ExprReq->isCompound()) { in VisitRequiresExpr()