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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp367 static bool isSimpleAPValue(const APValue &Value) { function
385 return isSimpleAPValue(Value.getUnionValue());
408 // considered to be simple (by isSimpleAPValue) on a single line.
414 if (isSimpleAPValue(IdxToChildFun(Value, J)) &&
551 if (isSimpleAPValue(UnionValue)) {

Completed in 102 milliseconds