Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp117 if (!Piece.isOperand()) in isOperandMentioned()
506 if (!Piece.isOperand()) continue; in ActOnGCCAsmStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3031 bool isOperand() const { return MyKind == Operand; } in isOperand() function
3036 assert(isOperand()); in getOperandNo()
3041 assert(isOperand() && "Range is currently used only for Operands."); in getRange()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp492 assert(isOperand() && "Only Operands can have modifiers."); in getModifier()