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

/external/clang/lib/AST/
H A DExpr.cpp1206 /// getBuiltinCallee - If this is a call to a builtin, return the builtin ID. If
1208 unsigned CallExpr::getBuiltinCallee() const { function in class:CallExpr
1231 if (unsigned BI = getBuiltinCallee())

Completed in 1211 milliseconds