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

/external/clang/lib/Sema/
H A DSemaExpr.cpp344 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType; enumerator in enum:CalleeType
351 calleeType = CT_Function;
358 calleeType = CT_Function;

Completed in 377 milliseconds