HomeSort by: relevance | last modified time | path
    Searched refs:UnresolvedSet (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
UnresolvedSet.h 1 //===- 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 :
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 22 #include "clang/AST/UnresolvedSet.h"
726 UnresolvedSet<8> Decls;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 1232 UnresolvedSet<16> Functions;
Sema.cpp 2356 UnresolvedSet<2> PlausibleOverloads;
2401 UnresolvedSet<4> Overloads;
SemaCoroutine.cpp 280 UnresolvedSet<16> Functions;
SemaOpenMP.cpp 15985 SmallVectorImpl<UnresolvedSet<8>> &Lookups) {
16047 SmallVector<UnresolvedSet<8>, 4> Lookups;
16064 Lookups.push_back(UnresolvedSet<8>());
16068 Lookups.push_back(UnresolvedSet<8>());
16083 UnresolvedSet<8> ResSet;
16084 for (const UnresolvedSet<8> &Set : Lookups) {
18808 SmallVector<UnresolvedSet<8>, 4> Lookups;
18824 Lookups.push_back(UnresolvedSet<8>());
18842 UnresolvedSet<8> URS;
18843 for (const UnresolvedSet<8> &Set : Lookups)
    [all...]
TreeTransform.h 9577 UnresolvedSet<8> Decls;
9625 UnresolvedSet<8> Decls;
9670 UnresolvedSet<8> Decls;
9850 UnresolvedSet<8> Decls;
10880 UnresolvedSet<2> UnqualLookups;
14546 UnresolvedSet<16> Functions;
SemaOverload.cpp 6084 UnresolvedSet<4>
6086 UnresolvedSet<4> ExplicitConversions;
12125 UnresolvedSet<4> MatchesCopy; // TODO: avoid!
13989 NamingClass, NestedNameSpecifierLoc(), OpNameInfo, UnresolvedSet<0>());
14950 NameInfo, UnresolvedSet<0>());
SemaTemplate.cpp 8961 UnresolvedSet<8> Candidates;
10155 UnresolvedSet<8> TemplateMatches;
SemaDeclCXX.cpp 7530 // UnresolvedSet to avoid this copy.
7623 UnresolvedSet<16> Fns;
8373 UnresolvedSet<32> Operators;
SemaCodeComplete.cpp 5758 UnresolvedSet<8> Decls;
SemaExpr.cpp 14479 UnresolvedSet<16> Functions;
14939 UnresolvedSet<16> Functions;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 46 #include "clang/AST/UnresolvedSet.h"
3129 UnresolvedSet<8> TemplDecls;
7737 UnresolvedSet<8> ToDecls;
7784 UnresolvedSet<8> ToDecls;
8725 UnresolvedSet<2> ToTemplates;
DeclCXX.cpp 30 #include "clang/AST/UnresolvedSet.h"
1698 UnresolvedSet<8> VBaseCs;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 39 #include "clang/AST/UnresolvedSet.h"
2022 UnresolvedSet<8> Decls;
ASTReaderDecl.cpp 37 #include "clang/AST/UnresolvedSet.h"
1000 UnresolvedSet<8> TemplDecls;

Completed in 165 milliseconds