Searched defs:IncludeDirective (Results 1 – 10 of 10) sorted by relevance
59 struct IncludeDirective { struct61 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() function73 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
36 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon569c6b390111::IncludeOrderPPCallbacks37 SourceLocation Loc; ///< '#' location in the include directive38 CharSourceRange Range; ///< SourceRange for the file name39 std::string Filename; ///< Filename as a string40 bool IsAngled; ///< true if this was an include with angle brackets41 bool IsMainModule; ///< true if this was the first include in a file
43 struct IncludeDirective { struct in clang::tidy::altera::__anon4abb936f0111::KernelNameRestrictionPPCallbacks44 SourceLocation Loc; // Location in the include directive.45 StringRef FileName; // Filename as a string.
48 enum class IncludeDirective { Include, Import }; enum
90 IncludeDirective, // #include global() enumerator
90 enum IncludeDirective : uint8_t { enum
2988 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
279 TEST_F(HeadersTest,IncludeDirective) TEST_F() argument
321 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion()
402 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective() argument