Searched refs:isDecrementOp (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp922 << unsigned(UnaryOperator::isDecrementOp(opcode))
934 << unsigned(UnaryOperator::isDecrementOp(opcode))
H A DSemaOpenMP.cpp1539 (UO->isDecrementOp() ? -1 : 1)).get(),
/external/clang/include/clang/AST/
H A DExpr.h1712 static bool isDecrementOp(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1715 bool isDecrementOp() const { function in class:clang::StringLiteral::UnaryOperator
1716 return isDecrementOp(getOpcode());

Completed in 376 milliseconds