Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h166 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled()
210 void setIsFullyCompiled(bool FC) { IsFullyCompiled = FC; } in setIsFullyCompiled()
243 bool IsFullyCompiled = false; variable