Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/portability/
DRestrictSystemIncludesCheck.h60 struct IncludeDirective { struct
62 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() argument
74 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
/external/llvm-project/clang-tools-extra/clang-tidy/llvm/
DIncludeOrderCheck.cpp36 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon0f8e4e7d0111::IncludeOrderPPCallbacks
37 SourceLocation Loc; ///< '#' location in the include directive
38 CharSourceRange Range; ///< SourceRange for the file name
39 std::string Filename; ///< Filename as a string
40 bool IsAngled; ///< true if this was an include with angle brackets
41 bool IsMainModule; ///< true if this was the first include in a file
/external/llvm-project/clang-tools-extra/clang-tidy/altera/
DKernelNameRestrictionCheck.cpp44 struct IncludeDirective { struct in clang::tidy::altera::__anonb77e64330111::KernelNameRestrictionPPCallbacks
45 SourceLocation Loc; // Location in the include directive.
46 StringRef FileName; // Filename as a string.
/external/clang/lib/Format/
DFormat.cpp1193 struct IncludeDirective { struct
1194 StringRef Filename;
1195 StringRef Text;
1196 unsigned Offset;
1197 int Category;
1574 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
/external/llvm-project/flang/lib/Parser/
Dprescan.h81 IncludeDirective, // #include enumerator
/external/llvm-project/clang/lib/Format/
DFormat.cpp2069 struct IncludeDirective { struct
2070 StringRef Filename;
2071 StringRef Text;
2072 unsigned Offset;
2073 int Category;
2074 int Priority;
2601 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DHeadersTests.cpp209 TEST_F(HeadersTest, IncludeDirective) { in TEST_F() argument
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp282 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective()
/external/llvm-project/clang/unittests/Format/
DCleanupTest.cpp323 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion()