Searched defs:hasSrc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ByteProvider.h | 78 bool hasSrc() const { return Src.has_value(); } in hasSrc() function |
/llvm-project/clang/lib/Tooling/ASTDiff/ | ||
H A D | ASTDiff.cpp | 50 bool hasSrc(NodeId Src) const { return getDst(Src).isValid(); } in hasSrc() function in clang::diff::__anonef34e5090111::Mapping |