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

1 2

  /external/clang/lib/Analysis/
BodyFarm.cpp 30 const BlockPointerType *BPT = Ty->getAs<BlockPointerType>();
FormatString.cpp 364 argTy->getAs<BlockPointerType>())
  /external/clang/include/clang/AST/
CanonicalType.h 485 struct CanProxyAdaptor<BlockPointerType>
486 : public CanProxyBase<BlockPointerType> {
RecursiveASTVisitor.h 854 DEF_TRAVERSE_TYPE(BlockPointerType, {
    [all...]
Type.h     [all...]
ASTContext.h 86 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes;
    [all...]
  /external/clang/lib/AST/
Type.cpp 417 if (const BlockPointerType *BPT = getAs<BlockPointerType>())
564 AutoType *VisitBlockPointerType(const BlockPointerType *T) {
840 } else if (isa<BlockPointerType>(T)) {
    [all...]
ASTContext.cpp     [all...]
DeclPrinter.cpp 112 else if (const BlockPointerType *BPy = BaseType->getAs<BlockPointerType>())
    [all...]
TypePrinter.cpp 340 void TypePrinter::printBlockPointerBefore(const BlockPointerType *T,
346 void TypePrinter::printBlockPointerAfter(const BlockPointerType *T,
    [all...]
DumpXML.cpp 948 void visitBlockPointerTypeChildren(BlockPointerType *T) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 115 llvm::DIType CreateType(const BlockPointerType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 578 const QualType FTy = cast<BlockPointerType>(Ty)->getPointeeType();
CGBlocks.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 418 return isa<BlockPointerType>(T);
426 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
RewriteModernObjC.cpp 500 return isa<BlockPointerType>(T);
508 const BlockPointerType *BPT = T->getAs<BlockPointerType>();
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 815 else if (const BlockPointerType *BT = T->getAs<BlockPointerType>())
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaCast.cpp 441 const BlockPointerType *T1BPType = T1->getAs<BlockPointerType>(),
442 *T2BPType = T2->getAs<BlockPointerType>();
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp 361 } else if (const BlockPointerType *ptr = type->getAs<BlockPointerType>()) {
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 646 if (const BlockPointerType *BT = T->getAs<BlockPointerType>()) {
RecursiveASTVisitor.h 778 DEF_TRAVERSE_TYPE(BlockPointerType, {
    [all...]
CXType.cpp 354 T = cast<BlockPointerType>(TP)->getPointeeType();
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 162 milliseconds

1 2