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

/external/clang/lib/Sema/
H A DSemaExpr.cpp312 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; enumerator in enum:CalleeType
316 calleeType = CT_Method;
375 if (calleeType == CT_Method &&

Completed in 56 milliseconds