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.h199 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8833 TypeSet MemberPointerTypes; member in __anon2e1ecc911a11::BuiltinCandidateTypeSet
8891 return MemberPointerTypes; in member_pointer_types()
8990 if (!MemberPointerTypes.insert(Ty)) in AddMemberPointerWithMoreQualifiedTypeVariants()
9012 MemberPointerTypes.insert( in AddMemberPointerWithMoreQualifiedTypeVariants()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4180 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getMemberPointerType()
4200 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getMemberPointerType()
4206 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()