Home
last modified time | relevance | path

Searched refs:IncludeFormat (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Transformer/
DRewriteRule.h53 enum class IncludeFormat { enum
213 IncludeFormat Format = IncludeFormat::Quoted);
218 IncludeFormat Format = IncludeFormat::Quoted) {
319 IncludeFormat Format = IncludeFormat::Quoted);
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DTransformerClangTidyCheckTest.cpp25 using transformer::IncludeFormat;
175 RewriteRule replaceCall(IncludeFormat Format) { in replaceCall()
183 template <IncludeFormat Format>
204 test::runCheckOnCode<IncludeCheck<IncludeFormat::Quoted>>(Input)); in TEST()
220 test::runCheckOnCode<IncludeCheck<IncludeFormat::Angled>>(Input)); in TEST()
228 addInclude(Rule, "bar.h", IncludeFormat::Quoted); in rule()
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp145 static std::string formatHeaderPath(StringRef Header, IncludeFormat Format) { in formatHeaderPath()
147 case transformer::IncludeFormat::Quoted: in formatHeaderPath()
149 case transformer::IncludeFormat::Angled: in formatHeaderPath()
156 IncludeFormat Format) { in addInclude()
324 IncludeFormat Format) { in addInclude()
/external/llvm-project/clang/unittests/Tooling/
DTransformerTest.cpp238 {addInclude("clang/OtherLib.h", transformer::IncludeFormat::Angled), in TEST_F()
275 addInclude(Rule, "clang/OtherLib.h", transformer::IncludeFormat::Angled); in TEST_F()