Searched defs:isInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInst.h60 bool isInst() const { return Kind == kInst; } function in class:llvm::MCOperand
103 assert(isInst() && "This is not a sub-instruction");
107 assert(isInst() && "This is not a sub-instruction");
/external/clang/include/clang/AST/
H A DDeclObjC.h411 void setInstanceMethod(bool isInst) { IsInstance = isInst; } argument

Completed in 221 milliseconds