Home
last modified time | relevance | path

Searched refs:IdentifierLoc (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp686 Diag(IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier()
725 InjectedTL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
728 RecordTL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
731 TypedefTL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
734 EnumTL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
738 TemplateTypeTL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
742 UnresolvedTL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
746 TL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
750 TL.setNameLoc(IdInfo.IdentifierLoc); in BuildCXXNestedNameSpecifier()
798 Diag(IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier()
[all …]
H A DParsedAttr.cpp29 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc, in create()
31 IdentifierLoc *Result = new (Ctx) IdentifierLoc; in create()
H A DSemaStmtAttr.cpp81 IdentifierLoc *PragmaNameLoc = A.getArgAsIdent(0); in handleLoopHintAttr()
82 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr()
83 IdentifierLoc *StateLoc = A.getArgAsIdent(2); in handleLoopHintAttr()
H A DDeclSpec.cpp59 SourceLocation IdentifierLoc, in Extend() argument
61 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
64 Range.setBegin(IdentifierLoc); in Extend()
H A DSemaDeclAttr.cpp372 IdentifierLoc *Loc = AL.getArgAsIdent(ArgNum); in checkStringLiteralArgumentAttr()
1144 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleConsumableAttr()
1192 IdentifierLoc *Ident = AL.getArgAsIdent(ArgIndex); in handleCallableWhenAttr()
1218 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleParamTypestateAttr()
1254 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleReturnTypestateAttr()
1303 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleSetTypestateAttr()
1327 IdentifierLoc *Ident = AL.getArgAsIdent(0); in handleTestTypestateAttr()
1977 IdentifierLoc *CPUArg = AL.getArgAsIdent(ArgNo); in handleCPUSpecificAttr()
2454 IdentifierLoc *Platform = AL.getArgAsIdent(0); in handleAvailabilityAttr()
2684 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleObjCMethodFamilyAttr()
[all …]
H A DSemaType.cpp5215 IdentifierLoc *Arg = new (S.Context) IdentifierLoc; in transferARCOwnershipToDeclaratorChunk()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h95 struct IdentifierLoc { struct
105 using ArgsUnion = llvm::PointerUnion<Expr *, IdentifierLoc *>;
271 IdentifierLoc *Parm1, IdentifierLoc *Parm2, IdentifierLoc *Parm3, in ParsedAttr()
288 IdentifierLoc *ArgKind, ParsedType matchingCType, in ParsedAttr()
465 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>(); in isArgIdent()
468 IdentifierLoc *getArgAsIdent(unsigned Arg) const { in getArgAsIdent()
469 return getArg(Arg).get<IdentifierLoc*>(); in getArgAsIdent()
714 IdentifierLoc *Param1, IdentifierLoc *Param2, in create()
727 IdentifierLoc *argumentKind, in createTypeTagForDatatype()
904 IdentifierLoc *Param1, IdentifierLoc *Param2, in addNew()
[all …]
H A DDeclSpec.h106 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
H A DSema.h5403 SourceLocation IdentifierLoc; member
5411 : ObjectType(ObjectType), Identifier(II), IdentifierLoc(IdLoc), in ObjectType()
5418 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) { in NestedNameSpecInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DLoopHint.h27 IdentifierLoc *PragmaNameLoc;
31 IdentifierLoc *OptionLoc;
34 IdentifierLoc *StateLoc;
H A DParser.h2414 IdentifierLoc *ParseIdentifierLoc();
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp587 SourceLocation IdentifierLoc, in Extend() argument
593 SaveSourceLocation(IdentifierLoc, Buffer, BufferSize, BufferCapacity); in Extend()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h412 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1561 SourceLocation IdentifierLoc = ConsumeToken(); in TryAnnotateName() local
1564 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty, in TryAnnotateName()
1788 SourceLocation IdentifierLoc = ConsumeToken(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
1791 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
H A DParseDecl.cpp245 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc()
247 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc()
941 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1172 IdentifierLoc *GeneratedDeclaration = nullptr; in ParseExternalSourceSymbolAttribute()
1283 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1292 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute()
1312 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute()
1503 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); in ParseTypeTagForDatatypeAttribute()
H A DParsePragma.cpp1024 Hint.PragmaNameLoc = IdentifierLoc::create( in HandlePragmaLoopHint()
1032 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()
1112 Hint.StateLoc = IdentifierLoc::create(Actions.Context, StateLoc, StateInfo); in HandlePragmaLoopHint()
H A DParseExpr.cpp3121 IdentifierLoc *PlatformIdentifier = ParseIdentifierLoc(); in ParseAvailabilitySpec()