Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h48 enum class IncludeDirective { Include, Import }; enum
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2955 struct IncludeDirective { struct
2956 StringRef Filename;
2957 StringRef Text;
2958 unsigned Offset;
2959 int Category;
2960 int Priority;
3535 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local