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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp29 OS << ' ' << getValueString(Policy);
34 OS << ' ' << getOptionName(option) << getValueString(Policy);
39 std::string LoopHintAttr::getValueString(const PrintingPolicy &Policy) const { function in class:LoopHintAttr
74 (option == UnrollCount ? getValueString(Policy) : "");
79 (option == UnrollAndJamCount ? getValueString(Policy) : "");
82 return getOptionName(option) + getValueString(Policy);

Completed in 192 milliseconds