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);
201 CXXCastPath &BasePath);
271 &Op.BasePath, DestTInfo,
294 &Op.BasePath, DestTInfo,
626 &BasePath))
    [all...]
Sema.cpp 241 const CXXCastPath *BasePath,
255 BasePathInvolvesVirtualBase(*BasePath)) {
265 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
272 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 473 const CXXCastPath *BasePath,
477 unsigned PathSize = (BasePath ? BasePath->size() : 0);
483 if (PathSize) E->setCastPath(*BasePath);
497 const CXXCastPath *BasePath,
501 unsigned PathSize = (BasePath ? BasePath->size() : 0);
507 if (PathSize) E->setCastPath(*BasePath);
551 const CXXCastPath *BasePath,
554 unsigned PathSize = (BasePath ? BasePath->size() : 0)
    [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/jhead/
jhead.h 226 void CatPath(char * BasePath, const char * FilePath);
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 159 const CastExpr *BasePath;
166 SubobjectAdjustment(const CastExpr *BasePath,
169 DerivedToBase.BasePath = BasePath;
392 Adjustment.DerivedToBase.BasePath->path_begin(),
393 Adjustment.DerivedToBase.BasePath->path_end(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 315 milliseconds