Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DByteProvider.h78 bool hasSrc() const { return Src.has_value(); } in hasSrc() function
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp50 bool hasSrc(NodeId Src) const { return getDst(Src).isValid(); } in hasSrc() function in clang::diff::__anonef34e5090111::Mapping