Searched refs:SetIdentifier (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 4391 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 D | ParseTemplate.cpp | 673 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseTemplateParameter()
|
| H A D | ParseExpr.cpp | 3556 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
|
| H A D | ParseDeclCXX.cpp | 2396 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3949 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 D | DeclSpec.cpp | 305 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
| H A D | SemaDecl.cpp | 8772 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 D | SemaDeclCXX.cpp | 3440 D.SetIdentifier(II, Loc); in ActOnCXXMemberDeclarator()
|
| H A D | SemaOpenMP.cpp | 7137 D.SetIdentifier(&VariantII, D.getBeginLoc()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2231 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function
|