Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h190 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; variable
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3409 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getBlockPointerType()
3420 BlockPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getBlockPointerType()
3425 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()