Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp62 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
174 bool *IsQuoted = nullptr) { in getRelativeIncludeName() argument
199 bool IsQuoted = false; in operator ()() local
474 bool IsQuoted = false; PrepareToExecuteAction() local
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h52 bool IsQuoted() const { return quote != '\0'; } IsQuoted() function