Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp157 IdentifierInfo **LastII, bool OnlyNamespace, bool InUsingDeclaration) { in ParseOptionalCXXScopeSpecifier() argument
162 assert(!LastII && "want last identifier but have already annotated scope"); in ParseOptionalCXXScopeSpecifier()
178 if (LastII) in ParseOptionalCXXScopeSpecifier()
179 *LastII = nullptr; in ParseOptionalCXXScopeSpecifier()
344 if (LastII) in ParseOptionalCXXScopeSpecifier()
345 *LastII = TemplateId->Name; in ParseOptionalCXXScopeSpecifier()
441 if (LastII) in ParseOptionalCXXScopeSpecifier()
442 *LastII = ⅈ in ParseOptionalCXXScopeSpecifier()
H A DParseDeclCXX.cpp603 IdentifierInfo *LastII = nullptr; in ParseUsingDeclarator() local
609 /*LastII=*/&LastII, in ParseUsingDeclarator()
631 D.SS.isNotEmpty() && LastII == Tok.getIdentifierInfo() && in ParseUsingDeclarator()
636 Actions.getInheritingConstructorName(D.SS, IdLoc, *LastII); in ParseUsingDeclarator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp669 InstrInfo &LastII = Instructions[LastMI]; in propagateBlock() local
670 if ((LastII.OutNeeds | BI.OutNeeds) != LastII.OutNeeds) { in propagateBlock()
671 LastII.OutNeeds |= BI.OutNeeds; in propagateBlock()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1381 if (IdentifierInfo *LastII = ResultTok.getIdentifierInfo()) in EvaluateFeatureLikeBuiltinMacro() local
1382 Diag << LastII; in EvaluateFeatureLikeBuiltinMacro()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1868 IdentifierInfo **LastII = nullptr,