Searched refs:SetIdentifier (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3942 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation()); in ParseStructDeclaration() 5596 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5665 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5688 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5695 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 5724 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5738 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5764 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5787 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 5814 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() [all …]
|
| H A D | ParseExpr.cpp | 2988 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
|
| H A D | ParseDeclCXX.cpp | 2273 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 1413 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } in SetIdentifier() function in curses::Menu 2207 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } in SetIdentifier() function in TreeItem 2523 item[i].SetIdentifier(i); in TreeDelegateGenerateChildren() 2613 item[i].SetIdentifier(threads.GetThreadAtIndex(i)->GetID()); in TreeDelegateGenerateChildren()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 293 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
| H A D | SemaDecl.cpp | 7757 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 7812 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 11723 D.SetIdentifier(Ident, IdentLoc); in ActOnCXXForRangeIdentifier() 12428 D.SetIdentifier(nullptr, D.getIdentifierLoc()); in ActOnParamDeclarator() 12621 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations() 13525 D.SetIdentifier(&II, Loc); in ImplicitlyDefineFunction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2136 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function
|