Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h197 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8372 TypeSet MemberPointerTypes; member in __anon2e1ecc911211::BuiltinCandidateTypeSet
8430 return MemberPointerTypes; in member_pointer_types()
8529 if (!MemberPointerTypes.insert(Ty)) in AddMemberPointerWithMoreQualifiedTypeVariants()
8551 MemberPointerTypes.insert( in AddMemberPointerWithMoreQualifiedTypeVariants()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3893 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getMemberPointerType()
3904 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getMemberPointerType()
3910 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()