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

  /external/clang/include/clang/AST/
VTableBuilder.h 374 typedef SmallVector<const CXXRecordDecl *, 1> BasePath;
400 BasePath MangledPath;
409 BasePath ContainingVBases;
414 BasePath PathToBaseWithVPtr;
Mangle.h 190 ArrayRef<const CXXRecordDecl *> BasePath,
197 ArrayRef<const CXXRecordDecl *> BasePath,
229 ArrayRef<const CXXRecordDecl *> BasePath,
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,
689 &BasePath)) {
    [all...]
Sema.cpp 340 const CXXCastPath *BasePath,
365 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) {
372 return 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 584 const CXXCastPath *BasePath,
589 unsigned PathSize = (BasePath ? BasePath->size() : 0);
595 if (PathSize) E->setCastPath(*BasePath);
609 const CXXCastPath *BasePath,
614 unsigned PathSize = (BasePath ? BasePath->size() : 0);
620 if (PathSize) E->setCastPath(*BasePath);
667 const CXXCastPath *BasePath,
671 unsigned PathSize = (BasePath ? BasePath->size() : 0)
    [all...]
MicrosoftMangle.cpp 113 ArrayRef<const CXXRecordDecl *> BasePath,
116 ArrayRef<const CXXRecordDecl *> BasePath,
140 ArrayRef<const CXXRecordDecl *> BasePath,
    [all...]
Expr.cpp     [all...]
ASTImporter.cpp     [all...]
VTableBuilder.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/jhead/
jhead.h 246 void CatPath(char * BasePath, const char * FilePath);
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaccess.h 670 NET_API_STATUS WINAPI NetAccessEnum(LPCWSTR servername,LPCWSTR BasePath,DWORD Recursive,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 414 Adjustment.DerivedToBase.BasePath->path_begin(),
415 Adjustment.DerivedToBase.BasePath->path_end(),
    [all...]

Completed in 328 milliseconds