Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp59 getRelativeIncludeName(const CompilerInstance & CI,StringRef File,bool * IsQuoted=nullptr) getRelativeIncludeName() argument
173 getRelativeIncludeName(const CompilerInstance & CI,FileEntryRef FE,bool * IsQuoted=nullptr) getRelativeIncludeName() argument
198 bool IsQuoted = false; operator ()() local
455 bool IsQuoted = false; PrepareToExecuteAction() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h52 bool IsQuoted() const { return quote != '\0'; } in IsQuoted() function