Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h193 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8370 TypeSet MemberPointerTypes; member in __anon22c3dcc71111::BuiltinCandidateTypeSet
8425 return MemberPointerTypes; in member_pointer_types()
8523 if (!MemberPointerTypes.insert(Ty)) in AddMemberPointerWithMoreQualifiedTypeVariants()
8545 MemberPointerTypes.insert( in AddMemberPointerWithMoreQualifiedTypeVariants()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3481 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getMemberPointerType()
3492 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getMemberPointerType()
3498 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()