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.cpp62 bool *IsQuoted = nullptr) { in getRelativeIncludeName()
174 bool *IsQuoted = nullptr) { in getRelativeIncludeName()
199 bool IsQuoted = false; in operator ()() local
474 bool IsQuoted = false; in PrepareToExecuteAction() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h52 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function