Home
last modified time | relevance | path

Searched defs:IncludeDirective (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.h60 struct IncludeDirective { struct
62 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() argument
74 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp37 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon3f5f5e760111::IncludeOrderPPCallbacks
38 SourceLocation Loc; ///< '#' location in the include directive
39 CharSourceRange Range; ///< SourceRange for the file name
40 std::string Filename; ///< Filename as a string
41 bool IsAngled; ///< true if this was an include with angle brackets
42 bool IsMainModule; ///< true if this was the first include in a file
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp44 struct IncludeDirective { struct in clang::tidy::altera::__anona1dde68c0111::KernelNameRestrictionPPCallbacks
45 SourceLocation Loc; // Location in the include directive.
46 StringRef FileName; // Filename as a string.
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.h81 IncludeDirective, // #include enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp2576 struct IncludeDirective { struct
2577 StringRef Filename;
2578 StringRef Text;
2579 unsigned Offset;
2580 int Category;
2581 int Priority;
3168 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp248 TEST_F(HeadersTest, IncludeDirective) { in TEST_F() argument
/llvm-project-15.0.7/clang/unittests/Format/
H A DCleanupTest.cpp323 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp358 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective()