Home
last modified time | relevance | path

Searched defs:setFunctionName (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Query/Matcher/
H A DMatchersInternal.h66 void setFunctionName(StringRef name) { functionName = name.str(); }; in setFunctionName() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h2007 void setFunctionName(StringLiteral *SL) { in setFunctionName() function