Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp274 bool IsBeingCompiled = Func && Func->isDefined() && !Func->isFullyCompiled(); in getOrCreateFunction() local
277 if (IsBeingCompiled) in getOrCreateFunction()