HomeSort by relevance Sort by last modified time
    Searched full:blockpointertype (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/clang/lib/Analysis/
BodyFarm.cpp 31 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
FormatString.cpp 426 argTy->getAs<BlockPointerType>())
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 411 return isa<BlockPointerType>(T);
419 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
RewriteModernObjC.cpp 500 return isa<BlockPointerType>(T);
508 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 411 struct CanProxyAdaptor<BlockPointerType>
412 : public CanProxyBase<BlockPointerType> {
Type.h     [all...]
TypeLoc.h     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 113 REGISTER_MATCHER(blockPointerType);
  /external/clang/lib/AST/
Type.cpp 420 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
706 QualType VisitBlockPointerType(const BlockPointerType *T) {
    [all...]
DeclPrinter.cpp 125 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>())
    [all...]
TypePrinter.cpp 350 void TypePrinter::printBlockPointerBefore(const BlockPointerType *T,
356 void TypePrinter::printBlockPointerAfter(const BlockPointerType *T,
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 693 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaExpr.cpp 434 } else if (const BlockPointerType *ptr = type->getAs<BlockPointerType>()) {
    [all...]
SemaCast.cpp 467 const BlockPointerType *T1BPType = T1->getAs<BlockPointerType>(),
468 *T2BPType = T2->getAs<BlockPointerType>();
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 144 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
CodeGenTypes.cpp 601 const QualType FTy = cast<BlockPointerType>(Ty)->getPointeeType();
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 50 // BlockPointerType
  /external/clang/tools/libclang/
CXType.cpp 363 T = cast<BlockPointerType>(TP)->getPointeeType();
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/docs/
LibASTMatchersReference.html     [all...]

Completed in 3650 milliseconds

1 2 3