Searched refs:SetIdentifier (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 4221 DeclaratorInfo.D.SetIdentifier(nullptr, Tok.getLocation()); in ParseStructDeclaration() 5965 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6031 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6054 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6061 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 6090 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6104 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6130 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() 6153 D.SetIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseDirectDeclarator() 6180 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseDirectDeclarator() [all …]
|
H A D | ParseTemplate.cpp | 649 D.SetIdentifier(nullptr, Tok.getLocation()); in ParseTemplateParameter()
|
H A D | ParseExpr.cpp | 3478 ParamInfo.SetIdentifier(nullptr, CaretLoc); in ParseBlockLiteralExpression()
|
H A D | ParseDeclCXX.cpp | 2348 DeclaratorInfo.SetIdentifier(nullptr, Tok.getLocation()); in ParseCXXMemberDeclaratorBeforeInitializer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 305 SetIdentifier(nullptr, LSquareLoc); in setDecompositionBindings()
|
H A D | SemaDecl.cpp | 8341 ExtraArgs.D.SetIdentifier(Correction.getCorrectionAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 8396 ExtraArgs.D.SetIdentifier(Name.getAsIdentifierInfo(), in DiagnoseInvalidRedeclaration() 12945 D.SetIdentifier(Ident, IdentLoc); in ActOnCXXForRangeIdentifier() 13716 D.SetIdentifier(nullptr, D.getIdentifierLoc()); in ActOnParamDeclarator() 13933 ParamD.SetIdentifier(FTI.Params[i].Ident, FTI.Params[i].IdentLoc); in ActOnFinishKNRParamDeclarations() 14899 D.SetIdentifier(&II, Loc); in ImplicitlyDefineFunction()
|
H A D | SemaOpenMP.cpp | 6699 D.SetIdentifier(&VariantII, D.getBeginLoc()); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2197 void SetIdentifier(IdentifierInfo *Id, SourceLocation IdLoc) { in SetIdentifier() function
|