Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h100 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; variable
/external/clang/test/Analysis/
Dmisc-ps.m457 // This case tests that CastRegion handles casts involving BlockPointerTypes.
/external/clang/lib/AST/
DASTContext.cpp2442 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBlockPointerType()
2453 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getBlockPointerType()
2459 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()