Home
last modified time | relevance | path

Searched refs:CONVERSION (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h152 #define CONVERSION(CONST, V) \ macro
154 CONVERSION(const, Code);
155 CONVERSION(, Code);
156 CONVERSION(const, Directive);
157 CONVERSION(, Directive);
158 CONVERSION(const, Conditional);
159 CONVERSION(, Conditional);
160 #undef CONVERSION