Home
last modified time | relevance | path

Searched refs:collectBaseOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.cpp50 Offset += Ctx.collectBaseOffset(FieldParent, BaseDecl); in toPointer()
H A DContext.h107 unsigned collectBaseOffset(const RecordDecl *BaseDecl,
H A DContext.cpp276 unsigned Context::collectBaseOffset(const RecordDecl *BaseDecl, in collectBaseOffset() function in Context
H A DCompiler.cpp214 unsigned DerivedOffset = collectBaseOffset(QualType(ToMP->getClass(), 0), in VisitCastExpr()
229 unsigned DerivedOffset = collectBaseOffset(QualType(FromMP->getClass(), 0), in VisitCastExpr()
257 unsigned DerivedOffset = collectBaseOffset(B->getType(), CurType); in VisitCastExpr()
272 collectBaseOffset(SubExpr->getType(), CE->getType()); in VisitCastExpr()
5282 unsigned Compiler<Emitter>::collectBaseOffset(const QualType BaseType, in collectBaseOffset() function in Compiler
5292 return Ctx.collectBaseOffset(BaseDecl, DerivedDecl); in collectBaseOffset()
H A DCompiler.h352 unsigned collectBaseOffset(const QualType BaseType,