Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h48 enum class IncludeDirective { Include, Import }; enum
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2988 struct IncludeDirective { struct
2989 StringRef Filename;
2990 StringRef Text;
2991 unsigned Offset;
2992 int Category;
2993 int Priority;
3577 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local