Home
last modified time | relevance | path

Searched refs:BlockPointerTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps.m457 // This case tests that CastRegion handles casts involving BlockPointerTypes.
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h217 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3382 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBlockPointerType()
3393 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getBlockPointerType()
3398 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()