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

/external/clang/include/clang/AST/
H A DASTUnresolvedSet.h1 //===-- ASTUnresolvedSet.h - Unresolved sets of declarations ---*- C++ -*-===//
24 class ASTUnresolvedSet { class in namespace:clang
38 ASTUnresolvedSet() {} function in class:clang::ASTUnresolvedSet
39 ASTUnresolvedSet(ASTContext &C, unsigned N) : Decls(C, N) {} function in class:clang::ASTUnresolvedSet
89 mutable ASTUnresolvedSet Impl;
94 ASTUnresolvedSet &get(ASTContext &C) const {
H A DUnresolvedSet.h36 friend class ASTUnresolvedSet;
/external/clang/lib/AST/
H A DDeclCXX.cpp42 for (ASTUnresolvedSet::iterator I = Impl.begin(); I != Impl.end(); ++I)
579 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx);
1066 ASTUnresolvedSet &Output,
1128 ASTUnresolvedSet &Output) {
1173 ASTUnresolvedSet *Set;
1200 ASTUnresolvedSet &Convs = data().Conversions.get(getASTContext());
/external/clang/include/clang/Serialization/
H A DASTWriter.h68 class ASTUnresolvedSet;
659 void AddUnresolvedSet(const ASTUnresolvedSet &Set, RecordDataImpl &Record);
/external/clang/lib/Serialization/
H A DASTWriter.cpp5239 ASTWriter::AddUnresolvedSet(const ASTUnresolvedSet &Set, RecordDataImpl &Record) {
5241 for (ASTUnresolvedSet::const_iterator

Completed in 113 milliseconds