Searched defs:IsQuoted (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/ | ||
H A D | ExtractAPIConsumer.cpp | 59 getRelativeIncludeName(const CompilerInstance & CI,StringRef File,bool * IsQuoted=nullptr) getRelativeIncludeName() argument |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | Args.h | 52 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function |