HomeSort by relevance Sort by last modified time
    Searched refs:BlockPointerType (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/Analysis/
BodyFarm.cpp 30 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
FormatString.cpp 385 argTy->getAs<BlockPointerType>())
  /external/clang/include/clang/AST/
CanonicalType.h 484 struct CanProxyAdaptor<BlockPointerType>
485 : public CanProxyBase<BlockPointerType> {
DataRecursiveASTVisitor.h     [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 1066 BlockPointerType> {
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 643 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) {
  /external/clang/lib/AST/
Type.cpp 421 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
572 AutoType *VisitBlockPointerType(const BlockPointerType *T) {
851 } else if (isa<BlockPointerType>(T)) {
    [all...]
ASTContext.cpp     [all...]
DeclPrinter.cpp 112 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>())
    [all...]
TypePrinter.cpp 342 void TypePrinter::printBlockPointerBefore(const BlockPointerType *T,
348 void TypePrinter::printBlockPointerAfter(const BlockPointerType *T,
    [all...]
ASTImporter.cpp 45 QualType VisitBlockPointerType(const BlockPointerType *T);
427 cast<BlockPointerType>(T1)->getPointeeType(),
428 cast<BlockPointerType>(T2)->getPointeeType()))
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 514 return isa<BlockPointerType>(T);
522 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
RewriteObjC.cpp 419 return isa<BlockPointerType>(T);
427 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCast.cpp 444 const BlockPointerType *T1BPType = T1->getAs<BlockPointerType>(),
445 *T2BPType = T2->getAs<BlockPointerType>();
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 359 } else if (const BlockPointerType *ptr = type->getAs<BlockPointerType>()) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 122 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 576 const QualType FTy = cast<BlockPointerType>(Ty)->getPointeeType();
CGBlocks.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 361 T = cast<BlockPointerType>(TP)->getPointeeType();

Completed in 454 milliseconds

1 2