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

1 2

  /external/clang/include/clang/AST/
CanonicalType.h 411 struct CanProxyAdaptor<BlockPointerType>
412 : public CanProxyBase<BlockPointerType> {
Type.h     [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 1066 BlockPointerType> {
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
FormatString.cpp 395 argTy->getAs<BlockPointerType>())
  /external/clang/lib/Index/
USRGeneration.cpp 669 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) {
  /external/clang/lib/AST/
Type.cpp 414 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
568 AutoType *VisitBlockPointerType(const BlockPointerType *T) {
848 } else if (isa<BlockPointerType>(T)) {
    [all...]
DeclPrinter.cpp 113 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>())
    [all...]
TypePrinter.cpp 346 void TypePrinter::printBlockPointerBefore(const BlockPointerType *T,
352 void TypePrinter::printBlockPointerAfter(const BlockPointerType *T,
    [all...]
ASTContext.cpp     [all...]
ASTDumper.cpp 250 void VisitBlockPointerType(const BlockPointerType *T) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 505 return isa<BlockPointerType>(T);
513 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
RewriteObjC.cpp 410 return isa<BlockPointerType>(T);
418 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCast.cpp 466 const BlockPointerType *T1BPType = T1->getAs<BlockPointerType>(),
467 *T2BPType = T2->getAs<BlockPointerType>();
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 405 } else if (const BlockPointerType *ptr = type->getAs<BlockPointerType>()) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 128 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 583 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 637 milliseconds

1 2