Home
last modified time | relevance | path

Searched refs:isOperand (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmtAsm.cpp117 if (!Piece.isOperand()) in isOperandMentioned()
507 if (!Piece.isOperand()) continue; in ActOnGCCAsmStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3092 bool isOperand() const { return MyKind == Operand; } in isOperand() function
3097 assert(isOperand()); in getOperandNo()
3102 assert(isOperand() && "Range is currently used only for Operands."); in getRange()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp499 assert(isOperand() && "Only Operands can have modifiers."); in getModifier()