Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp410 static bool isSimpleAPValue(const APValue &Value) { in isSimpleAPValue() function
428 return isSimpleAPValue(Value.getUnionValue()); in isSimpleAPValue()
457 if (isSimpleAPValue(IdxToChildFun(Value, J)) && in dumpAPValueChildren()
594 if (isSimpleAPValue(UnionValue)) { in Visit()