Searched refs:Quoted (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 55 Quoted, enumerator 220 IncludeFormat Format = IncludeFormat::Quoted); 227 IncludeFormat Format = IncludeFormat::Quoted) { 370 IncludeFormat Format = IncludeFormat::Quoted);
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 374 std::string Quoted = in insert() local 376 StringRef QuotedName = Quoted; in insert()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 33 Quoted = 0, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 128 *IsQuoted = Entry.Group == frontend::Quoted; in getRelativeIncludeName()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RewriteRule.cpp | 168 case transformer::IncludeFormat::Quoted: in formatHeaderPath()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 480 (Entry.Group == frontend::IncludeDirGroup::Quoted || in initTargetOptions()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 1022 SmallString<128> Quoted; in AddPreprocessingOptions() local 1023 quoteMakeTarget(A->getValue(), Quoted); in AddPreprocessingOptions() 1024 CmdArgs.push_back(Args.MakeArgString(Quoted)); in AddPreprocessingOptions() 1047 SmallString<128> Quoted; in AddPreprocessingOptions() local 1048 quoteMakeTarget(DepTarget, Quoted); in AddPreprocessingOptions() 1049 CmdArgs.push_back(Args.MakeArgString(Quoted)); in AddPreprocessingOptions()
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1910 30. Glob fix. Quoted characters inside [] were not handled properly. 2143 20. Avoid the Quoted Space hack for alias when printing jobs! 2147 end of the string. So we just skip the Quoted Space....]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3203 for (; It < End && Matches(*It, {frontend::Quoted}, false, true); ++It) in GenerateHeaderSearchArgs() 3345 Opts.AddPath(PrefixHeaderPath(A), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1685 XO_OP_STRING Field with Quoted UTF-8 string
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 7247 Mail that was Quoted-Printable encoded and had a soft line break on 7660 Quoted-Printable (or more accurately, will never be encoded 8355 When converting a message to Quoted-Printable, prevent any lines with 8754 a seven bit format (Quoted-Printable or Base64). It is 9206 Add new mailer flag: F=3 will tell translations to Quoted-Printable
|