Searched refs:handleConstantAttr (Results 1 – 2 of 2) sorted by relevance
161 std::string handleConstantAttr(Attribute attr, StringRef value);219 std::string PatternEmitter::handleConstantAttr(Attribute attr, in handleConstantAttr() function in PatternEmitter881 return handleConstantAttr(constAttr.getAttribute(), in handleOpArgument()887 return handleConstantAttr(enumCase, enumCase.getSymbol()); in handleOpArgument()891 return handleConstantAttr(enumCase, val); in handleOpArgument()
4394 static void handleConstantAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleConstantAttr() function7564 handleConstantAttr(S, D, AL); in ProcessDeclAttribute()