Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp34 class IfDefScope { class
36 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() function in __anoneee6a4850111::IfDefScope
41 ~IfDefScope() { OS << "\n#endif // " << Name << "\n\n"; } in ~IfDefScope()
956 IfDefScope Scope(IfDefName, OS); in generateDirectiveClauseSets()
1001 IfDefScope Scope(IfDefName, OS); in generateDirectiveClauseMap()
1047 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES", OS); in generateFlangClauseParserClass()
1074 IfDefScope Scope("GEN_FLANG_CLAUSE_PARSER_CLASSES_LIST", OS); in generateFlangClauseParserClassList()
1087 IfDefScope Scope("GEN_FLANG_DUMP_PARSE_TREE_CLAUSES", OS); in generateFlangClauseDump()
1101 IfDefScope Scope("GEN_FLANG_CLAUSE_UNPARSE", OS); in generateFlangClauseUnparse()
1157 IfDefScope Scope("GEN_FLANG_CLAUSE_CHECK_ENTER", OS); in generateFlangClauseCheckPrototypes()
[all …]