Searched refs:SetIdentifier (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 4961 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation()); in ParseStructDeclaration() 6914 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6982 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 7005 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 7012 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 7041 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 7056 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 7082 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 7105 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 7136 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() [all …]
|
H A D | ParseTemplate.cpp | 568 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseTemplateParameter()
|
H A D | ParseExpr.cpp | 3811 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
|
H A D | ParseDeclCXX.cpp | 2690 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 306 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
H A D | SemaDecl.cpp | 8990 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 9045 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 14161 D.SetIdentifier(Ident, IdentLoc); in ActOnCXXForRangeIdentifier() 14965 D.SetIdentifier(nullptr, D.getIdentifierLoc()); in ActOnParamDeclarator() 15190 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations() 16364 D.SetIdentifier(&II, Loc); in ImplicitlyDefineFunction()
|
H A D | SemaDeclCXX.cpp | 3469 D.SetIdentifier(II, Loc); in ActOnCXXMemberDeclarator()
|
H A D | SemaOpenMP.cpp | 7152 D.SetIdentifier(&VariantII, D.getBeginLoc()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2339 void SetIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function
|