Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp161 std::string handleConstantAttr(Attribute attr, StringRef value);
219 std::string PatternEmitter::handleConstantAttr(Attribute attr, in handleConstantAttr() function in PatternEmitter
881 return handleConstantAttr(constAttr.getAttribute(), in handleOpArgument()
887 return handleConstantAttr(enumCase, enumCase.getSymbol()); in handleOpArgument()
891 return handleConstantAttr(enumCase, val); in handleOpArgument()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp4394 static void handleConstantAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleConstantAttr() function
7564 handleConstantAttr(S, D, AL); in ProcessDeclAttribute()