Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h199 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp7790 TypeSet MemberPointerTypes; member in __anon8501439c0b11::BuiltinCandidateTypeSet
7845 return MemberPointerTypes; in member_pointer_types()
7943 if (!MemberPointerTypes.insert(Ty)) in AddMemberPointerWithMoreQualifiedTypeVariants()
7965 MemberPointerTypes.insert( in AddMemberPointerWithMoreQualifiedTypeVariants()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3390 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getMemberPointerType()
3401 MemberPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getMemberPointerType()
3406 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()