Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dsourcereader.hh36 void declareDoc(Tree t);
H A Dsourcereader.cpp522 void declareDoc(Tree t) in declareDoc() function
H A Dfaustparser.y373 …| BDOC doc EDOC { declareDoc($2); $$ = gGlobal->nil; /* cerr << "Yacc : doc : " << *$2 <<…
H A Dfaustparser.cpp2284 …{ declareDoc((yyvsp[(2) - (3)].exp)); (yyval.exp) = gGlobal->nil; /* cerr << "Yacc : doc : " << *$…
/dports/audio/faust/faust-2.37.3/compiler/documentator/
H A Ddoc_autodoc.cpp137 declareDoc(autodoc); in declareAutoDoc()