Searched defs:CT_Method (Results 1 - 1 of 1) sorted by path

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

Completed in 224 milliseconds