Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h66 bool isInst() const { return Kind == kInst; } in isInst() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h427 void setInstanceMethod(bool isInst) { in setInstanceMethod()