Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.h134 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled()
161 void setIsFullyCompiled(bool FC) { IsFullyCompiled = FC; } in setIsFullyCompiled()
191 bool IsFullyCompiled = false; variable