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

  /external/clang/lib/Sema/
SemaCast.cpp 69 CXXCastPath BasePath;
160 CXXCastPath &BasePath,
167 CXXCastPath &BasePath);
173 CXXCastPath &BasePath);
180 CXXCastPath &BasePath);
187 CXXCastPath &BasePath);
200 CXXCastPath &BasePath,
271 &Op.BasePath, DestTInfo,
294 &Op.BasePath, DestTInfo,
634 &BasePath))
    [all...]
Sema.cpp 246 const CXXCastPath *BasePath,
275 BasePathInvolvesVirtualBase(*BasePath)) {
285 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
292 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));
    [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 496 const CXXCastPath *BasePath,
500 unsigned PathSize = (BasePath ? BasePath->size() : 0);
506 if (PathSize) E->setCastPath(*BasePath);
520 const CXXCastPath *BasePath,
524 unsigned PathSize = (BasePath ? BasePath->size() : 0);
530 if (PathSize) E->setCastPath(*BasePath);
574 const CXXCastPath *BasePath,
577 unsigned PathSize = (BasePath ? BasePath->size() : 0)
    [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/jhead/
jhead.h 227 void CatPath(char * BasePath, const char * FilePath);
  /external/clang/lib/CodeGen/
CGExpr.cpp 163 const CastExpr *BasePath;
170 SubobjectAdjustment(const CastExpr *BasePath,
173 DerivedToBase.BasePath = BasePath;
396 Adjustment.DerivedToBase.BasePath->path_begin(),
397 Adjustment.DerivedToBase.BasePath->path_end(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 105 milliseconds