Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h220 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7871 TypeSet MemberPointerTypes; member in __anon85f2cfc10b11::BuiltinCandidateTypeSet
7926 return MemberPointerTypes; in member_pointer_types()
8024 if (!MemberPointerTypes.insert(Ty)) in AddMemberPointerWithMoreQualifiedTypeVariants()
8046 MemberPointerTypes.insert( in AddMemberPointerWithMoreQualifiedTypeVariants()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3491 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getMemberPointerType()
3502 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getMemberPointerType()
3507 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()