Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h280 const std::string &getBuiltinStr() const { return BuiltinStr; } in getBuiltinStr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2253 StringRef SourceLocExpr::getBuiltinStr() const { in getBuiltinStr() function in SourceLocExpr