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

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

Completed in 68 milliseconds