Searched refs:SetIdentifier (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 4661 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation()); in ParseStructDeclaration() 6507 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6573 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6596 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6603 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 6632 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6647 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6673 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6696 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 6727 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() [all …]
|
| H A D | ParseTemplate.cpp | 686 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseTemplateParameter()
|
| H A D | ParseExpr.cpp | 3710 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
|
| H A D | ParseDeclCXX.cpp | 2526 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3950 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } in SetIdentifier() function in curses::Menu 4827 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } in SetIdentifier() function in TreeItem 5149 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren() 5253 item[i].SetIdentifier(thread->GetID()); in TreeDelegateGenerateChildren() 5477 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren() 5522 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 306 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
| H A D | SemaDecl.cpp | 9142 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 9197 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 14356 D.SetIdentifier(Ident, IdentLoc); in ActOnCXXForRangeIdentifier() 15166 D.SetIdentifier(nullptr, D.getIdentifierLoc()); in ActOnParamDeclarator() 15424 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations() 16570 D.SetIdentifier(&II, Loc); in ImplicitlyDefineFunction()
|
| H A D | SemaDeclCXX.cpp | 3614 D.SetIdentifier(II, Loc); in ActOnCXXMemberDeclarator()
|
| H A D | SemaOpenMP.cpp | 7367 D.SetIdentifier(&VariantII, D.getBeginLoc()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2277 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function
|