Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp389 void RewriteByRefVar(VarDecl *VD, bool firstDecl, bool lastDecl);
5025 bool lastDecl) { in RewriteByRefVar() argument
5159 const char separator = lastDecl ? ';' : ','; in RewriteByRefVar()
5167 InsertText(separatorLoc, lastDecl ? "}" : "};\n"); in RewriteByRefVar()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d162 AST.Dsymbol lastDecl = mod; in parseModuleContent() local
163 AST.Dsymbols* decldefs = parseDeclDefs(0, &lastDecl); in parseModuleContent()
294 AST.Dsymbol lastDecl = null; // used to link unittest to its previous declaration variable
296 pLastDecl = &lastDecl;
/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
247 pLastDecl = &lastDecl; in parseDeclDefs()