Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h97 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; variable
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmisc-ps.m457 // This case tests that CastRegion handles casts involving BlockPointerTypes.
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2299 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBlockPointerType()
2310 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getBlockPointerType()
2316 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()