Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.h55 void initScope(unsigned Idx);
H A DInterpFrame.cpp92 void InterpFrame::initScope(unsigned Idx) { in initScope() function in InterpFrame
H A DInterp.h2331 S.Current->initScope(I); in InitScope()