Home
last modified time | relevance | path

Searched refs:EOP_MCall (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp82 EOP_MCall, ///< Method call enumerator
114 assert(Op == EOP_Call || Op == EOP_MCall); in getFunctionDecl()
131 case EOP_MCall: return Flags+1; // First arg is implicit obj. in arity()
245 NodeVec.push_back(SExprNode(EOP_MCall, NumArgs, getFirstVirtualDecl(D))); in makeMCall()
669 case EOP_MCall: { in toString()