Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.h59 struct IncludeDirective { struct
61 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() function
73 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp36 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon569c6b390111::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
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp43 struct IncludeDirective { struct in clang::tidy::altera::__anon4abb936f0111::KernelNameRestrictionPPCallbacks
44 SourceLocation Loc; // Location in the include directive.
45 StringRef FileName; // Filename as a string.
/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h48 enum class IncludeDirective { Include, Import }; enum
/llvm-project/flang/lib/Parser/
H A Dprescan.h90 IncludeDirective, // #include global() enumerator
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbol.h90 enum IncludeDirective : uint8_t { enum
/llvm-project/clang/lib/Format/
H A DFormat.cpp2988 struct IncludeDirective { global() struct
2989 Filenameclang::format::__anon57ed8e8e0111::IncludeDirective global() argument
2990 Textclang::format::__anon57ed8e8e0111::IncludeDirective global() argument
2991 Offsetclang::format::__anon57ed8e8e0111::IncludeDirective global() argument
2992 Categoryclang::format::__anon57ed8e8e0111::IncludeDirective global() argument
2993 Priorityclang::format::__anon57ed8e8e0111::IncludeDirective global() argument
3577 auto IncludeDirective = R.getReplacementText(); fixCppIncludeInsertions() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp279 TEST_F(HeadersTest,IncludeDirective) TEST_F() argument
/llvm-project/clang/unittests/Format/
H A DCleanupTest.cpp321 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion()
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp402 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective() argument