Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp155 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>()) in GetBaseType() local
156 BaseType = BPy->getPointeeType(); in GetBaseType()