Searched refs:BNF (Results 1 – 6 of 6) sorted by relevance
24 void build(llvm::StringRef BNF) { in build() argument26 G = Grammar::parseBNF(BNF, Diags); in build()
31 void build(llvm::StringRef BNF) { in build() argument33 G = Grammar::parseBNF(BNF, Diags); in build()
31 Grammar build(llvm::StringRef BNF) { in build() argument32 auto Specs = eliminateOptional(parse(BNF)); in build()350 Grammar Grammar::parseBNF(llvm::StringRef BNF, in parseBNF() argument353 return GrammarBuilder(Diagnostics).build(BNF); in parseBNF()
152 static Grammar parseBNF(llvm::StringRef BNF, std::vector<std::string> &Diags);
133 Bundle entry ID syntax is defined by the following BNF syntax:205 Target ID syntax is defined by the following BNF syntax:
617 directive and the bundle entry ID. In those cases it has the following BNF1716 The loaded code object path URI syntax is defined by the following BNF syntax: