Searched refs:setIdentifier (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 92 TemplateName.setIdentifier(&II, Tok.getLocation()); in CheckForTemplateAndDigraph() 320 TemplateName.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseOptionalCXXScopeSpecifier() 524 TemplateName.setIdentifier(&II, Tok.getLocation()); in ParseOptionalCXXScopeSpecifier() 1470 FirstTypeName.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseCXXPseudoDestructor() 1483 FirstTypeName.setIdentifier(nullptr, SourceLocation()); in ParseCXXPseudoDestructor() 1508 SecondTypeName.setIdentifier(Name, NameLoc); in ParseCXXPseudoDestructor() 1991 TemplateName.setIdentifier(Name, NameLoc); in ParseUnqualifiedIdTemplateId() 2002 TemplateName.setIdentifier(Name, NameLoc); in ParseUnqualifiedIdTemplateId() 2392 Result.setIdentifier(Id, IdLoc); in ParseUnqualifiedId() 2407 Result.setIdentifier(Id, IdLoc); in ParseUnqualifiedId()
|
| HD | ParseTemplate.cpp | 1111 Name.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseTemplateTemplateArgument() 1132 Name.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in ParseTemplateTemplateArgument()
|
| HD | Parser.cpp | 1472 Id.setIdentifier(Name, NameLoc); in TryAnnotateName() 1700 TemplateName.setIdentifier(Tok.getIdentifierInfo(), Tok.getLocation()); in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
|
| HD | ParseExpr.cpp | 955 Name.setIdentifier(&II, ILoc); in ParseCastExpression() 1600 Name.setIdentifier(Id, Loc); in ParsePostfixExpressionSuffix()
|
| HD | ParseDeclCXX.cpp | 1009 TemplateName.setIdentifier(Id, IdLoc); in ParseBaseTypeSpecifier()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | DeclSpec.h | 973 void setIdentifier(const IdentifierInfo *Id, SourceLocation IdLoc) { in setIdentifier() function 1925 Name.setIdentifier(Id, IdLoc); in SetIdentifier()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaPseudoObject.cpp | 1423 GetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildGet() 1453 SetterName.setIdentifier(II, RefExpr->getMemberLoc()); in buildSet()
|
| HD | SemaDecl.cpp | 337 TemplateName.setIdentifier(NewII, NameLoc); in getTypeName() 607 Name.setIdentifier(II, IILoc); in DiagnoseUnknownTypeName()
|
| HD | SemaType.cpp | 5953 id.setIdentifier(Attr.getArgAsIdent(0)->Ident, Attr.getLoc()); in HandleExtVectorTypeAttr()
|
| HD | SemaExpr.cpp | 950 Name.setIdentifier(PP.getIdentifierInfo("__builtin_trap"), in DefaultVariadicArgumentPromotion() 2448 SelfName.setIdentifier(&II, SourceLocation()); in LookupInObjCMethod()
|
| HD | SemaCodeComplete.cpp | 5511 id.setIdentifier(Super, SuperLoc); in CodeCompleteObjCSuperMessage()
|
| HD | TreeTransform.h | 10882 TemplateName.setIdentifier(&Name, NameLoc); in RebuildTemplateName()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 2182 void setIdentifier(IdentifierInfo *II) { Id = II; } in setIdentifier() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 1107 D->setIdentifier(Reader.GetIdentifierInfo(F, Record, Idx)); in VisitObjCCategoryImplDecl()
|