Searched defs:IncludeDirective (Results 1 – 8 of 8) sorted by relevance
60 struct IncludeDirective { struct62 IncludeDirective(SourceLocation Loc, CharSourceRange Range, in IncludeDirective() argument74 using FileIncludes = llvm::SmallVector<IncludeDirective, 8>; argument
37 struct IncludeDirective { struct in clang::tidy::llvm_check::__anon3f5f5e760111::IncludeOrderPPCallbacks38 SourceLocation Loc; ///< '#' location in the include directive39 CharSourceRange Range; ///< SourceRange for the file name40 std::string Filename; ///< Filename as a string41 bool IsAngled; ///< true if this was an include with angle brackets42 bool IsMainModule; ///< true if this was the first include in a file
44 struct IncludeDirective { struct in clang::tidy::altera::__anona1dde68c0111::KernelNameRestrictionPPCallbacks45 SourceLocation Loc; // Location in the include directive.46 StringRef FileName; // Filename as a string.
81 IncludeDirective, // #include enumerator
2576 struct IncludeDirective { struct2577 StringRef Filename;2578 StringRef Text;2579 unsigned Offset;2580 int Category;2581 int Priority;3168 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local
248 TEST_F(HeadersTest, IncludeDirective) { in TEST_F() argument
323 tooling::Replacement createInsertion(StringRef IncludeDirective) { in createInsertion()
358 const char *spellingForIncDirective(tok::PPKeywordKind IncludeDirective) { in spellingForIncDirective()