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

  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 103 ArrayRef<const CXXRecordDecl *> BasePath);
MicrosoftVBTables.cpp 168 ArrayRef<const CXXRecordDecl *> BasePath) {
174 Mangler.mangleCXXVBTable(MostDerived, BasePath, Out);
CGExpr.cpp 374 Adjustment.DerivedToBase.BasePath->path_begin(),
375 Adjustment.DerivedToBase.BasePath->path_end(),
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 70 CXXCastPath BasePath;
161 CXXCastPath &BasePath,
168 CXXCastPath &BasePath);
174 CXXCastPath &BasePath);
181 CXXCastPath &BasePath);
188 CXXCastPath &BasePath);
201 CXXCastPath &BasePath,
274 &Op.BasePath, DestTInfo,
299 &Op.BasePath, DestTInfo,
644 &BasePath)) {
    [all...]
Sema.cpp 264 const CXXCastPath *BasePath,
290 BasePathInvolvesVirtualBase(*BasePath)) {
300 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
307 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/include/clang/AST/
VTableBuilder.h 378 typedef SmallVector<const CXXRecordDecl *, 1> BasePath;
380 VFPtrInfo(CharUnits VFPtrOffset, const BasePath &PathToBaseWithVFPtr)
386 CharUnits VFPtrOffset, const BasePath &PathToBaseWithVFPtr,
408 BasePath PathToBaseWithVFPtr;
Mangle.h 117 ArrayRef<const CXXRecordDecl *> BasePath,
Expr.h 65 const CastExpr *BasePath;
80 SubobjectAdjustment(const CastExpr *BasePath,
83 DerivedToBase.BasePath = BasePath;
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 529 const CXXCastPath *BasePath,
534 unsigned PathSize = (BasePath ? BasePath->size() : 0);
540 if (PathSize) E->setCastPath(*BasePath);
554 const CXXCastPath *BasePath,
559 unsigned PathSize = (BasePath ? BasePath->size() : 0);
565 if (PathSize) E->setCastPath(*BasePath);
612 const CXXCastPath *BasePath,
616 unsigned PathSize = (BasePath ? BasePath->size() : 0)
    [all...]
MicrosoftMangle.cpp 160 ArrayRef<const CXXRecordDecl *> BasePath,
    [all...]
Expr.cpp     [all...]
VTableBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp 143 ArrayRef<const CXXRecordDecl *> BasePath,
    [all...]
ExprConstant.cpp     [all...]
  /external/jhead/
jhead.h 233 void CatPath(char * BasePath, const char * FilePath);
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 148 milliseconds