Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp3942 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 DParseExpr.cpp2988 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
H A DParseDeclCXX.cpp2273 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp1413 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 DDeclSpec.cpp293 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
H A DSemaDecl.cpp7757 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 DDeclSpec.h2136 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function