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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2094 FunctionProtoTypeLoc *BlockProto = 0; local
2122 BlockProto = dyn_cast<FunctionProtoTypeLoc>(&TL);
2156 if (!BlockProto || Block->getNumArgs() == 0) {
2157 if (BlockProto && BlockProto->getTypePtr()->isVariadic())
2170 if (I == N - 1 && BlockProto->getTypePtr()->isVariadic())

Completed in 50 milliseconds