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

  /external/clang/include/clang/AST/
CXXInheritance.h 117 class CXXBasePaths {
176 explicit CXXBasePaths(bool FindAmbiguities = true,
183 ~CXXBasePaths() { delete [] DeclsFound; }
227 /// \brief Swap this data structure's contents with another CXXBasePaths
229 void swap(CXXBasePaths &Other);
DeclCXX.h 33 class CXXBasePaths;
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 25 void CXXBasePaths::ComputeDeclsFound() {
38 CXXBasePaths::decl_range CXXBasePaths::found_decls() {
50 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) {
57 void CXXBasePaths::clear() {
64 /// @brief Swaps the contents of this CXXBasePaths structure with the
66 void CXXBasePaths::swap(CXXBasePaths &Other) {
77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
83 CXXBasePaths &Paths) const
    [all...]
VTableBuilder.cpp 261 CXXBasePaths Paths(/*FindAmbiguities=*/false,
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 283 CXXBasePaths *getBasePaths() const {
474 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
480 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
636 void addDeclsFromBasePaths(const CXXBasePaths &P);
649 static void deletePaths(CXXBasePaths *);
655 CXXBasePaths *Paths;
Sema.h 76 class CXXBasePaths;
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 556 CXXBasePaths refcounted_path;
608 CXXBasePaths dtor_paths;
615 for (CXXBasePaths::const_paths_iterator it = dtor_paths.begin();
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.h 132 clang::CXXBasePaths* base_paths_;
RecordInfo.cpp 91 base_paths_ = new CXXBasePaths(true, true, false);
108 for (CXXBasePaths::paths_iterator it = base_paths_->begin();
124 for (CXXBasePaths::paths_iterator it = base_paths_->begin();
  /external/clang/lib/Sema/
SemaLookup.cpp 333 // Necessary because CXXBasePaths is not complete in Sema.h
334 void LookupResult::deletePaths(CXXBasePaths *Paths) {
475 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) {
476 CXXBasePaths::const_paths_iterator I, E;
483 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) {
484 Paths = new CXXBasePaths;
491 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) {
492 Paths = new CXXBasePaths;
    [all...]
SemaCast.cpp 741 CXXBasePaths BasePaths;
752 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(),
    [all...]
SemaAccess.cpp     [all...]
SemaExceptionSpec.cpp 640 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp 389 CXXBasePaths BPaths(false, false);
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 334 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true,
ExprEngineCallAndReturn.cpp 145 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
692 CXXBasePaths Paths(false, false, false);
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]

Completed in 574 milliseconds