Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.h134 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled() function
H A DByteCodeExprGen.cpp1087 bool IsBeingCompiled = Func && !Func->isFullyCompiled(); in getFunction()
1213 if (Func->isFullyCompiled() && !Func->isConstexpr()) in VisitCallExpr()