HomeSort by: relevance | last modified time | path
    Searched defs:BasePath (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 447 typedef SmallVector<const CXXRecordDecl *, 1> BasePath;
469 BasePath MangledPath;
478 BasePath ContainingVBases;
483 BasePath PathToIntroducingObject;
Expr.h 72 const CastExpr *BasePath;
87 SubobjectAdjustment(const CastExpr *BasePath,
90 DerivedToBase.BasePath = BasePath;
3584 const CXXCastPath *BasePath,
3686 Expr *Op, const CXXCastPath *BasePath, FPOptionsOverride FPO,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 79 CXXCastPath BasePath;
208 CXXCastPath &BasePath,
215 CXXCastPath &BasePath);
221 CXXCastPath &BasePath);
228 CXXCastPath &BasePath);
235 CXXCastPath &BasePath);
248 CXXCastPath &BasePath,
340 &Op.BasePath, DestTInfo,
367 &Op.BasePath, DestTInfo, CurFPFeatureOverrides(), OpLoc,
866 &BasePath)) {
    [all...]
SemaExpr.cpp 3033 CXXCastPath BasePath;
3035 FromLoc, FromRange, &BasePath))
3041 VK, &BasePath).get();
3053 CXXCastPath BasePath;
3055 FromLoc, FromRange, &BasePath,
3060 VK, &BasePath);

Completed in 33 milliseconds