Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h169 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled() function
H A DContext.cpp262 bool IsBeingCompiled = Func && Func->isDefined() && !Func->isFullyCompiled(); in getOrCreateFunction()