Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h200 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7786 TypeSet MemberPointerTypes; member in __anon041893450b11::BuiltinCandidateTypeSet
7841 return MemberPointerTypes; in member_pointer_types()
7939 if (!MemberPointerTypes.insert(Ty)) in AddMemberPointerWithMoreQualifiedTypeVariants()
7961 MemberPointerTypes.insert( in AddMemberPointerWithMoreQualifiedTypeVariants()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3405 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getMemberPointerType()
3416 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getMemberPointerType()
3421 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()