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

  /external/clang/include/clang/AST/
CXXInheritance.h 69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> {
71 CXXBasePath() : Access(AS_public) {}
123 std::list<CXXBasePath> Paths;
150 CXXBasePath ScratchPath;
170 typedef std::list<CXXBasePath>::iterator paths_iterator;
171 typedef std::list<CXXBasePath>::const_iterator const_paths_iterator;
190 CXXBasePath& front() { return Paths.front(); }
191 const CXXBasePath& front() const { return Paths.front(); }
DeclCXX.h 32 class CXXBasePath;
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 333 for (CXXBasePath::iterator PE = P->begin(), PEEnd = P->end();
375 CXXBasePath &Path,
384 CXXBasePath &Path,
394 CXXBasePath &Path,
411 CXXBasePath &Path,
430 CXXBasePath &Path,
VTableBuilder.cpp 215 const CXXBasePath &Path) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 28 class CXXBasePath;
136 SVal evalDerivedToBase(SVal Derived, const CXXBasePath &CastPath);
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaCast.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaDeclAttr.cpp 360 CXXBasePath &Path, void *Unused) {
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 262 SVal StoreManager::evalDerivedToBase(SVal Derived, const CXXBasePath &Path) {
265 for (CXXBasePath::const_iterator I = Path.begin(), E = Path.end();
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 68 class CXXBasePath;
    [all...]

Completed in 408 milliseconds