Home
last modified time | relevance | path

Searched refs:ASTUnresolvedSet (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h30 class ASTUnresolvedSet {
44 ASTUnresolvedSet() = default;
45 ASTUnresolvedSet(ASTContext &C, unsigned N) : Decls(C, N) {} in ASTUnresolvedSet() function
104 mutable ASTUnresolvedSet Impl;
109 ASTUnresolvedSet &get(ASTContext &C) const { in get()
H A DUnresolvedSet.h36 friend class ASTUnresolvedSet; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h279 void AddUnresolvedSet(const ASTUnresolvedSet &Set);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp70 for (ASTUnresolvedSet::iterator I = Impl.begin(); I != Impl.end(); ++I) in getFromExternalSource()
917 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); in addedMember()
1769 ASTUnresolvedSet &Output, UnresolvedSetImpl &VOutput, in CollectVisibleConversions()
1830 ASTUnresolvedSet &Output) { in CollectVisibleConversions()
1875 ASTUnresolvedSet *Set; in getVisibleConversionFunctions()
1902 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext()); in removeConversion()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6486 void ASTRecordWriter::AddUnresolvedSet(const ASTUnresolvedSet &Set) { in AddUnresolvedSet()
6488 for (ASTUnresolvedSet::const_iterator in AddUnresolvedSet()