Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DForestTest.cpp24 void build(llvm::StringRef BNF) { in build() argument
26 G = Grammar::parseBNF(BNF, Diags); in build()
H A DGrammarTest.cpp31 void build(llvm::StringRef BNF) { in build() argument
33 G = Grammar::parseBNF(BNF, Diags); in build()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DGrammarBNF.cpp31 Grammar build(llvm::StringRef BNF) { in build() argument
32 auto Specs = eliminateOptional(parse(BNF)); in build()
350 Grammar Grammar::parseBNF(llvm::StringRef BNF, in parseBNF() argument
353 return GrammarBuilder(Diagnostics).build(BNF); in parseBNF()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DGrammar.h152 static Grammar parseBNF(llvm::StringRef BNF, std::vector<std::string> &Diags);
/llvm-project-15.0.7/clang/docs/
H A DClangOffloadBundler.rst133 Bundle entry ID syntax is defined by the following BNF syntax:
205 Target ID syntax is defined by the following BNF syntax:
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUUsage.rst617 directive and the bundle entry ID. In those cases it has the following BNF
1716 The loaded code object path URI syntax is defined by the following BNF syntax: