Searched refs:SetIdentifier (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 3410 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation()); in ParseStructDeclaration() 4981 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 4995 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 5006 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5033 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5068 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 5213 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseParenDeclarator()
|
| H A D | ParseExpr.cpp | 2642 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
|
| H A D | ParseDeclCXX.cpp | 2032 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1890 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 6467 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 6520 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 9380 D.SetIdentifier(Ident, IdentLoc); in ActOnCXXForRangeIdentifier() 9878 D.SetIdentifier(nullptr, D.getIdentifierLoc()); in ActOnParamDeclarator() 10075 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations() 10734 D.SetIdentifier(&II, Loc); in ImplicitlyDefineFunction()
|