Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp61 bool *IsQuoted = nullptr) { in getRelativeIncludeName()
173 bool *IsQuoted = nullptr) { in getRelativeIncludeName()
198 bool IsQuoted = false; in operator ()() local
454 bool IsQuoted = false; in PrepareToExecuteAction() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h54 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function