Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h166 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled() function
H A DContext.cpp274 bool IsBeingCompiled = Func && Func->isDefined() && !Func->isFullyCompiled(); in getOrCreateFunction()
H A DByteCodeExprGen.cpp2540 if (Func->isFullyCompiled() && !Func->isConstexpr()) in VisitCallExpr()