Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h100 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h193 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; variable
/external/llvm-project/clang/test/Analysis/
Dmisc-ps.m457 // This case tests that CastRegion handles casts involving BlockPointerTypes.
/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()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3243 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBlockPointerType()
3254 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getBlockPointerType()
3259 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()