Home
last modified time | relevance | path

Searched defs:lastDecl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d162 AST.Dsymbol lastDecl = mod; in parseModuleContent() local
294 AST.Dsymbol lastDecl = null; // used to link unittest to its previous declaration variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.c245 Dsymbol *lastDecl = NULL; // used to link unittest to its previous declaration in parseDeclDefs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5025 bool lastDecl) { in RewriteByRefVar()