Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2434 SemanticSpellingMap SemanticToSyntacticMap; in emitAttributes() local
2438 SpellingEnum = CreateSemanticSpellings(Spellings, SemanticToSyntacticMap); in emitAttributes()
2700 assert(!SemanticToSyntacticMap.empty() && "Empty semantic mapping list"); in emitAttributes()
2707 SemanticToSyntacticMap, OS); in emitAttributes()
4051 SemanticSpellingMap SemanticToSyntacticMap; in GenerateSpellingIndexToSemanticSpelling() local
4052 std::string Enum = CreateSemanticSpellings(Spellings, SemanticToSyntacticMap); in GenerateSpellingIndexToSemanticSpelling()
4059 WriteSemanticSpellingSwitch("Idx", SemanticToSyntacticMap, OS); in GenerateSpellingIndexToSemanticSpelling()