Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h48 enum class IncludeDirective { Include, Import }; enum
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2777 struct IncludeDirective { struct
2778 StringRef Filename;
2779 StringRef Text;
2780 unsigned Offset;
2781 int Category;
2782 int Priority;
3360 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local