Searched defs:IncludeDirective (Results 1 – 2 of 2) sorted by relevance
48 enum class IncludeDirective { Include, Import }; enum
2988 struct IncludeDirective { struct2989 StringRef Filename;2990 StringRef Text;2991 unsigned Offset;2992 int Category;2993 int Priority;3577 auto IncludeDirective = R.getReplacementText(); in fixCppIncludeInsertions() local