Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp408 static bool isSimpleAPValue(const APValue &Value) { in isSimpleAPValue() function
426 return isSimpleAPValue(Value.getUnionValue()); in isSimpleAPValue()
455 if (isSimpleAPValue(IdxToChildFun(Value, J)) && in dumpAPValueChildren()
592 if (isSimpleAPValue(UnionValue)) { in Visit()