Home
last modified time | relevance | path

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

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