Home
last modified time | relevance | path

Searched refs:atOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h48 IntPointer atOffset(const ASTContext &ASTCtx, unsigned Offset) const;
H A DPointer.cpp809 IntPointer IntPointer::atOffset(const ASTContext &ASTCtx, in atOffset() function in IntPointer
H A DInterp.cpp1347 S.Stk.push<Pointer>(Ptr.asIntPointer().atOffset(S.getASTContext(), Off)); in getField()