Home
last modified time | relevance | path

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

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