Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Query/Matcher/
H A DMatchersInternal.h68 bool hasFunctionName() const { return !functionName.empty(); }; in hasFunctionName() function
/llvm-project/clang/include/clang/AST/
H A DExpr.h2005 bool hasFunctionName() const { return PredefinedExprBits.HasFunctionName; } in hasFunctionName() function