Lines Matching defs:IfDefScope
32 class IfDefScope {
34 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) {
39 ~IfDefScope() { OS << "\n#endif // " << Name << "\n\n"; }
800 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_SETS", OS);
840 IfDefScope Scope("GEN_FLANG_DIRECTIVE_CLAUSE_MAP", OS);
875 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS);
903 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS);
916 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS);
931 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS);
983 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS);
998 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_KIND_MAP", OS);
1029 IfDefScope Scope("GEN_FLANG_CLAUSES_PARSER", OS);
1127 IfDefScope Scope("GEN_CLANG_CLAUSE_CLASS", OS);
1195 IfDefScope Scope("GEN_DIRECTIVES_IMPL", OS);