Searched defs:CT_Function (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp198 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; enumerator in enum:CalleeType
205 calleeType = CT_Function;
212 calleeType = CT_Function;

Completed in 64 milliseconds