Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDContext.cpp263 bool WasNotDefined = Func && !Func->isConstexpr() && !Func->isDefined(); in getOrCreateFunction() local
268 if (!Func || WasNotDefined) { in getOrCreateFunction()