Searched defs:IncludeDirective (Results 1 – 2 of 2) sorted by relevance
48 enum class IncludeDirective { Include, Import }; enum
2777 struct IncludeDirective { struct2778 StringRef Filename;2779 StringRef Text;2780 unsigned Offset;2781 int Category;2782 int Priority;3360 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local