Home
last modified time | relevance | path

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

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