Home
last modified time | relevance | path

Searched refs:BlockPtr (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2174 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local
2175 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()
3905 else if (const BlockPointerType *BlockPtr in CodeCompleteCall() local
3907 FunctionType = BlockPtr->getPointeeType(); in CodeCompleteCall()