HomeSort by relevance Sort by last modified time
    Searched refs:CXXBasePaths (Results 1 - 19 of 19) 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_iterator CXXBasePaths::found_decls_begin() {
44 CXXBasePaths::decl_iterator CXXBasePaths::found_decls_end() {
54 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) {
61 void CXXBasePaths::clear() {
68 /// @brief Swaps the contents of this CXXBasePaths structure with the
70 void CXXBasePaths::swap(CXXBasePaths &Other)
    [all...]
VTableBuilder.cpp 258 CXXBasePaths Paths(/*FindAmbiguities=*/false,
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 280 CXXBasePaths *getBasePaths() const {
460 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
466 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
614 void addDeclsFromBasePaths(const CXXBasePaths &P);
633 static void deletePaths(CXXBasePaths *);
639 CXXBasePaths *Paths;
Sema.h 69 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) {
458 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) {
459 CXXBasePaths::const_paths_iterator I, E;
466 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) {
467 Paths = new CXXBasePaths;
474 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) {
475 Paths = new CXXBasePaths;
    [all...]
SemaAccess.cpp     [all...]
SemaCast.cpp     [all...]
SemaExceptionSpec.cpp 651 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclAttr.cpp 397 CXXBasePaths BPaths(false, false);
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 325 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true,
ExprEngineCallAndReturn.cpp 142 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]

Completed in 557 milliseconds