Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1193 struct IncludeDirective { struct
1194 StringRef Filename;
1195 StringRef Text;
1196 unsigned Offset;
1197 int Category;
1574 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local