HomeSort by relevance Sort by last modified time
    Searched refs:CXXBasePaths (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/AST/
CXXInheritance.h 117 class CXXBasePaths {
177 explicit CXXBasePaths(bool FindAmbiguities = true,
184 ~CXXBasePaths() { delete [] DeclsFound; }
228 /// \brief Swap this data structure's contents with another CXXBasePaths
230 void swap(CXXBasePaths &Other);
DeclCXX.h 33 class CXXBasePaths;
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 23 void CXXBasePaths::ComputeDeclsFound() {
40 CXXBasePaths::decl_iterator CXXBasePaths::found_decls_begin() {
46 CXXBasePaths::decl_iterator CXXBasePaths::found_decls_end() {
56 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) {
63 void CXXBasePaths::clear() {
70 /// @brief Swaps the contents of this CXXBasePaths structure with the
72 void CXXBasePaths::swap(CXXBasePaths &Other)
    [all...]
VTableBuilder.cpp 256 CXXBasePaths Paths(/*FindAmbiguities=*/false,
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 271 CXXBasePaths *getBasePaths() const {
451 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
457 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
604 void addDeclsFromBasePaths(const CXXBasePaths &P);
623 static void deletePaths(CXXBasePaths *);
629 CXXBasePaths *Paths;
Sema.h 63 class CXXBasePaths;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 325 // Necessary because CXXBasePaths is not complete in Sema.h
326 void LookupResult::deletePaths(CXXBasePaths *Paths) {
452 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) {
453 CXXBasePaths::const_paths_iterator I, E;
460 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) {
461 Paths = new CXXBasePaths;
468 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) {
469 Paths = new CXXBasePaths;
    [all...]
SemaAccess.cpp 923 CXXBasePaths &Paths) {
    [all...]
SemaCast.cpp     [all...]
SemaExceptionSpec.cpp 603 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 1144 milliseconds