Searched refs:UnresolvedSet (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h1 //===- UnresolvedSet.h - Unresolved sets of declarations --------*- C++ -*-===//
9 // This file defines the UnresolvedSet class, which is used to store
65 // UnresolvedSet.
67 template <unsigned N> friend class UnresolvedSet;
148 template <unsigned InlineCapacity> class UnresolvedSet : class in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h22 #include "clang/AST/UnresolvedSet.h"
726 UnresolvedSet<8> Decls;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2112 UnresolvedSet<2> PlausibleOverloads;
2157 UnresolvedSet<4> Overloads;
H A DSemaCoroutine.cpp279 UnresolvedSet<16> Functions;
H A DSemaOpenMP.cpp13324 SmallVectorImpl<UnresolvedSet<8>> &Lookups) {
13386 SmallVector<UnresolvedSet<8>, 4> Lookups;
13403 Lookups.push_back(UnresolvedSet<8>());
13407 Lookups.push_back(UnresolvedSet<8>());
13422 UnresolvedSet<8> ResSet;
13423 for (const UnresolvedSet<8> &Set : Lookups) {
15725 SmallVector<UnresolvedSet<8>, 4> Lookups;
15741 Lookups.push_back(UnresolvedSet<8>());
15759 UnresolvedSet<8> URS;
15760 for (const UnresolvedSet<
[all...]
H A DTreeTransform.h8934 UnresolvedSet<8> Decls;
8981 UnresolvedSet<8> Decls;
9026 UnresolvedSet<8> Decls;
9187 UnresolvedSet<8> Decls;
9967 UnresolvedSet<2> UnqualLookups;
13555 UnresolvedSet<16> Functions;
H A DSemaOverload.cpp5946 UnresolvedSet<4>
5948 UnresolvedSet<4> ExplicitConversions;
11876 UnresolvedSet<4> MatchesCopy; // TODO: avoid!
14570 UnresolvedSet<0> FoundNames;
H A DSemaTemplate.cpp8726 UnresolvedSet<8> Candidates;
9907 UnresolvedSet<8> TemplateMatches;
H A DSemaDeclCXX.cpp7156 // UnresolvedSet to avoid this copy.
7249 UnresolvedSet<16> Fns;
7995 UnresolvedSet<32> Operators;
H A DSemaCodeComplete.cpp5165 UnresolvedSet<8> Decls;
H A DSemaExpr.cpp13441 UnresolvedSet<16> Functions;
13872 UnresolvedSet<16> Functions;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp46 #include "clang/AST/UnresolvedSet.h"
3041 UnresolvedSet<8> TemplDecls;
7629 UnresolvedSet<8> ToDecls;
7680 UnresolvedSet<8> ToDecls;
8545 UnresolvedSet<2> ToTemplates;
H A DDeclCXX.cpp30 #include "clang/AST/UnresolvedSet.h"
1590 UnresolvedSet<8> VBaseCs;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp39 #include "clang/AST/UnresolvedSet.h"
1896 UnresolvedSet<8> Decls;
H A DASTReaderDecl.cpp37 #include "clang/AST/UnresolvedSet.h"
990 UnresolvedSet<8> TemplDecls;

Completed in 704 milliseconds