Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1088 bool WasNotDefined = Func && !Func->hasBody(); in getFunction() local
1093 if (!Func || WasNotDefined) { in getFunction()