Searched refs:PointerTypes (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DType.cpp689 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy]
H A DLLVMContextImpl.h993 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0 member in class:llvm::LLVMContextImpl
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp6819 /// PointerTypes - The set of pointer types that will be used in the
6821 TypeSet PointerTypes; member in class:__anon4052::BuiltinCandidateTypeSet
6875 iterator pointer_begin() { return PointerTypes.begin(); }
6878 iterator pointer_end() { return PointerTypes.end(); }
6916 if (!PointerTypes.insert(Ty).second)
6965 PointerTypes.insert(QPointerTy);
7051 PointerTypes.insert(Ty);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h97 mutable llvm::FoldingSet<PointerType> PointerTypes; member in class:clang::ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2359 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos))
2369 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
2374 PointerTypes.InsertNode(New, InsertPos);

Completed in 284 milliseconds