Home
last modified time | relevance | path

Searched defs:PointerTypes (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h349 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0 variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h95 mutable llvm::FoldingSet<PointerType> PointerTypes; variable
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3991 TEST(TypeMatching, PointerTypes) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6631 TypeSet PointerTypes; member in __anon0f8216040411::BuiltinCandidateTypeSet