Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2175 struct IncludeDirective { struct
2176 StringRef Filename;
2177 StringRef Text;
2178 unsigned Offset;
2179 int Category;
2180 int Priority;
2728 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local