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

/external/llvm/lib/IR/
H A DLLVMContextImpl.h324 DenseMap<Type*, PointerType*> PointerTypes; // Pointers in AddrSpace = 0 member in class:llvm::LLVMContextImpl
H A DType.cpp734 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy]
/external/clang/lib/Sema/
H A DSemaOverload.cpp6516 /// PointerTypes - The set of pointer types that will be used in the
6518 TypeSet PointerTypes; member in class:clang::__anon18087::BuiltinCandidateTypeSet
6572 iterator pointer_begin() { return PointerTypes.begin(); }
6575 iterator pointer_end() { return PointerTypes.end(); }
6613 if (!PointerTypes.insert(Ty))
6662 PointerTypes.insert(QPointerTy);
6748 PointerTypes.insert(Ty);
/external/clang/include/clang/AST/
H A DASTContext.h85 mutable llvm::FoldingSet<PointerType> PointerTypes; member in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp2150 if (PointerType *PT = PointerTypes.FindNodeOrInsertPos(ID, InsertPos))
2160 PointerType *NewIP = PointerTypes.FindNodeOrInsertPos(ID, InsertPos);
2165 PointerTypes.InsertNode(New, InsertPos);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3788 TEST(TypeMatching, PointerTypes) {

Completed in 239 milliseconds