Home
last modified time | relevance | path

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

/dports/games/hedgewars-server/hedgewars-src-1.0.0/tools/pas2c/
H A DPascalParser.hs220 typesDecl = many (aTypeDecl >>= \t -> comments >> return t)
222 aTypeDecl = do function
/dports/games/hedgewars/hedgewars-src-1.0.0/tools/pas2c/
H A DPascalParser.hs220 typesDecl = many (aTypeDecl >>= \t -> comments >> return t)
222 aTypeDecl = do function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.cpp914 SequenceType* aTypeDecl) in CollectionDecl() argument
918 theTypeDecl(aTypeDecl), in CollectionDecl()
H A Dparsenodes.h1261 SequenceType* aTypeDecl);