HomeSort by relevance Sort by last modified time
    Searched defs:BasePath (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/AST/
VTableBuilder.h 399 typedef SmallVector<const CXXRecordDecl *, 1> BasePath;
421 BasePath MangledPath;
430 BasePath ContainingVBases;
435 BasePath PathToBaseWithVPtr;
Expr.h 66 const CastExpr *BasePath;
81 SubobjectAdjustment(const CastExpr *BasePath,
84 DerivedToBase.BasePath = BasePath;
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 71 CXXCastPath BasePath;
159 CXXCastPath &BasePath,
166 CXXCastPath &BasePath);
172 CXXCastPath &BasePath);
179 CXXCastPath &BasePath);
186 CXXCastPath &BasePath);
199 CXXCastPath &BasePath,
272 &Op.BasePath, DestTInfo,
297 &Op.BasePath, DestTInfo,
690 &BasePath)) {
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 182 milliseconds