Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp1572 if (ast::Decl *lastDecl = curDeclScope->lookup(name.getName())) { in checkDefineNamedDecl() local
1575 lastDecl->getName()->getLoc(), "see previous definition here"); in checkDefineNamedDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp390 void RewriteByRefVar(VarDecl *VD, bool firstDecl, bool lastDecl);
5013 bool lastDecl) { in RewriteByRefVar() argument
5147 const char separator = lastDecl ? ';' : ','; in RewriteByRefVar()
5155 InsertText(separatorLoc, lastDecl ? "}" : "};\n"); in RewriteByRefVar()