Searched defs:IncludeDirective (Results 1 – 9 of 9) sorted by relevance
60 struct IncludeDirective { struct62 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() argument74 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
36 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon0f8e4e7d0111::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
44 struct IncludeDirective { struct in clang::tidy::altera::__anonb77e64330111::KernelNameRestrictionPPCallbacks45 SourceLocation Loc; // Location in the include directive.46 StringRef FileName; // Filename as a string.
1193 struct IncludeDirective { struct1194 StringRef Filename;1195 StringRef Text;1196 unsigned Offset;1197 int Category;1574 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
81 IncludeDirective, // #include enumerator
2069 struct IncludeDirective { struct2070 StringRef Filename;2071 StringRef Text;2072 unsigned Offset;2073 int Category;2074 int Priority;2601 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
209 TEST_F(HeadersTest, IncludeDirective) { in TEST_F() argument
282 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective()
323 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion()