Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2224 struct IncludeDirective { struct
2225 StringRef Filename;
2226 StringRef Text;
2227 unsigned Offset;
2228 int Category;
2229 int Priority;
2777 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local