Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1628 struct IncludeDirective { struct
1629 StringRef Filename;
1630 StringRef Text;
1631 unsigned Offset;
1632 int Category;
2109 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local