Searched refs:LastII (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp481 InstrInfo &LastII = Instructions[LastMI]; local
482 if ((LastII.OutNeeds | BI.OutNeeds) != LastII.OutNeeds) {
483 LastII.OutNeeds |= BI.OutNeeds;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp146 /// \param LastII When non-NULL, points to an IdentifierInfo* that will be
157 IdentifierInfo **LastII, bool OnlyNamespace, bool InUsingDeclaration) {
162 assert(!LastII && "want last identifier but have already annotated scope");
178 if (LastII)
179 *LastII = nullptr;
344 if (LastII)
345 *LastII = TemplateId->Name;
441 if (LastII)
442 *LastII = ⅈ
154 ParseOptionalCXXScopeSpecifier( CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII, bool OnlyNamespace, bool InUsingDeclaration) argument
H A DParseDeclCXX.cpp298 /*LastII=*/nullptr,
540 /*LastII=*/nullptr,
603 IdentifierInfo *LastII = nullptr; local
609 /*LastII=*/&LastII,
632 D.SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() &&
637 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1379 if (IdentifierInfo *LastII = ResultTok.getIdentifierInfo())
1380 Diag << LastII;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1870 IdentifierInfo **LastII = nullptr,

Completed in 194 milliseconds