Home
last modified time | relevance | path

Searched refs:SetIdentifier (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp4391 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation()); in ParseStructDeclaration()
6150 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
6216 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
6239 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
6246 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator()
6275 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
6289 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
6315 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
6338 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator()
6369 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator()
[all …]
H A DParseTemplate.cpp673 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseTemplateParameter()
H A DParseExpr.cpp3556 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
H A DParseDeclCXX.cpp2396 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3949 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } in SetIdentifier() function in curses::Menu
4798 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } in SetIdentifier() function in TreeItem
5124 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren()
5229 item[i].SetIdentifier(thread->GetID()); in TreeDelegateGenerateChildren()
5454 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren()
5500 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp305 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
H A DSemaDecl.cpp8772 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration()
8827 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(), in DiagnoseInvalidRedeclaration()
13499 D.SetIdentifier(Ident, IdentLoc); in ActOnCXXForRangeIdentifier()
14270 D.SetIdentifier(nullptr, D.getIdentifierLoc()); in ActOnParamDeclarator()
14498 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations()
15539 D.SetIdentifier(&II, Loc); in ImplicitlyDefineFunction()
H A DSemaDeclCXX.cpp3440 D.SetIdentifier(II, Loc); in ActOnCXXMemberDeclarator()
H A DSemaOpenMP.cpp7137 D.SetIdentifier(&VariantII, D.getBeginLoc()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h2231 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function