Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h84 bool hasSwiftSelfAttr() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp152 bool Argument::hasSwiftSelfAttr() const { in hasSwiftSelfAttr() function in Argument