HomeSort by relevance Sort by last modified time
    Searched full:unresolvedset (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/AST/
UnresolvedSet.h 1 //===-- UnresolvedSet.h - Unresolved sets of declarations ------*- C++ -*-===//
10 // This file defines the UnresolvedSet class, which is used to store
88 /// UnresolvedSet - A set of unresolved declarations.
93 // UnresolvedSet.
95 template <unsigned N> friend class UnresolvedSet;
178 template <unsigned InlineCapacity> class UnresolvedSet :
DeclCXX.h 21 #include "clang/AST/UnresolvedSet.h"
496 UnresolvedSet<4> Conversions;
503 UnresolvedSet<4> VisibleConversions;
    [all...]
ExprCXX.h 20 #include "clang/AST/UnresolvedSet.h"
    [all...]
  /external/clang/include/clang/Sema/
Weak.h 1 //===-- UnresolvedSet.h - Unresolved sets of declarations ------*- C++ -*-===//
Lookup.h 599 UnresolvedSet<8> Decls;
Overload.h 23 #include "clang/AST/UnresolvedSet.h"
Initialization.h 19 #include "clang/AST/UnresolvedSet.h"
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 525 /// \brief Emit a UnresolvedSet structure.
ASTReader.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 425 UnresolvedSet<8> TemplDecls;
    [all...]
ASTReaderStmt.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 633 milliseconds