Searched refs:LLVM_ATTRIBUTE_UNUSED (Results 1 – 4 of 4) sorted by relevance
47 #define LLVM_ATTRIBUTE_UNUSED __attribute__((__unused__)) macro49 #define LLVM_ATTRIBUTE_UNUSED macro
80 friend bool LLVM_ATTRIBUTE_UNUSED
91 void VisitStmt(Stmt *Node) LLVM_ATTRIBUTE_UNUSED { in VisitStmt()94 void VisitExpr(Expr *Node) LLVM_ATTRIBUTE_UNUSED { in VisitExpr()
112 friend bool LLVM_ATTRIBUTE_UNUSED operator<(unsigned PseudoOpc, in operator <()