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.cpp3156 struct IncludeDirective { struct
3157 StringRef Filename;
3158 StringRef Text;
3159 unsigned Offset;
3160 int Category;
3161 int Priority;
3756 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local