Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1087 bool IsBeingCompiled = Func && !Func->isFullyCompiled(); in getFunction() local
1090 if (IsBeingCompiled) in getFunction()