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 {
175 explicit CXXBasePaths(bool FindAmbiguities = true, bool RecordPaths = true,
223 /// \brief Swap this data structure's contents with another CXXBasePaths
225 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 284 CXXBasePaths *getBasePaths() const {
479 void setAmbiguousBaseSubobjectTypes(CXXBasePaths &P);
485 void setAmbiguousBaseSubobjects(CXXBasePaths &P);
645 void addDeclsFromBasePaths(const CXXBasePaths &P);
658 static void deletePaths(CXXBasePaths *);
664 CXXBasePaths *Paths;
Sema.h 76 class CXXBasePaths;
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 338 // Necessary because CXXBasePaths is not complete in Sema.h
339 void LookupResult::deletePaths(CXXBasePaths *Paths) {
618 void LookupResult::addDeclsFromBasePaths(const CXXBasePaths &P) {
619 CXXBasePaths::const_paths_iterator I, E;
626 void LookupResult::setAmbiguousBaseSubobjects(CXXBasePaths &P) {
627 Paths = new CXXBasePaths;
634 void LookupResult::setAmbiguousBaseSubobjectTypes(CXXBasePaths &P) {
635 Paths = new CXXBasePaths;
    [all...]
SemaCast.cpp 771 CXXBasePaths BasePaths;
782 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(),
    [all...]
SemaAccess.cpp     [all...]
SemaExceptionSpec.cpp 686 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
    [all...]
SemaDeclCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp 435 CXXBasePaths BPaths(false, false);
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 323 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/true,
ExprEngineCallAndReturn.cpp 145 CXXBasePaths Paths(/*FindAmbiguities=*/true, /*RecordPaths=*/true,
693 CXXBasePaths Paths(false, false, false);
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]

Completed in 1053 milliseconds