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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp669 InstrInfo &LastII = Instructions[LastMI]; local
670 if ((LastII.OutNeeds | BI.OutNeeds) != LastII.OutNeeds) {
671 LastII.OutNeeds |= BI.OutNeeds;
/netbsd-current/external/apache2/llvm/dist/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,
631 D.SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() &&
636 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1381 if (IdentifierInfo *LastII = ResultTok.getIdentifierInfo())
1382 Diag << LastII;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1868 IdentifierInfo **LastII = nullptr,

Completed in 225 milliseconds