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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp4351 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); local
4352 if (UnOpKind == UO_Deref)
4354 if (UnOpKind == UO_AddrOf || UnOpKind == UO_Deref) {
4357 FirstOpKind = UnOpKind;

Completed in 86 milliseconds