reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1255   QualType getBlockPointerType(QualType T) const;

References

tools/clang/lib/AST/ASTContext.cpp
 3048     Canonical = getBlockPointerType(getCanonicalType(T));
 9019     return getBlockPointerType(ResultType);
tools/clang/lib/AST/ASTImporter.cpp
 1061   return Importer.getToContext().getBlockPointerType(*ToPointeeTypeOrErr);
tools/clang/lib/AST/Type.cpp
  856     return Ctx.getBlockPointerType(pointeeType);
tools/clang/lib/Sema/SemaExpr.cpp
 7039     ResultTy = S.Context.getBlockPointerType(ResultTy);
14301   BlockTy = Context.getBlockPointerType(BlockTy);
17604     DestType = S.Context.getBlockPointerType(DestType);
tools/clang/lib/Sema/SemaLambda.cpp
 1442   QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4669       RetType = Context.getBlockPointerType(RetType);
tools/clang/lib/Sema/SemaType.cpp
 2658   return Context.getBlockPointerType(T);
 6422         return C.getBlockPointerType(New);
tools/clang/lib/Serialization/ASTReader.cpp
 6405     return Context.getBlockPointerType(PointeeType);
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  914           T = getContext().getBlockPointerType(T);
tools/lldb/source/Symbol/ClangASTContext.cpp
 2148   QualType block_type = m_ast_up->getBlockPointerType(