Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp459 SourceLocation IdentifierLoc, in BuildCXXNestedNameSpecifier() argument
467 LookupResult Found(*this, &Identifier, IdentifierLoc, in BuildCXXNestedNameSpecifier()
553 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier()
623 Diag(IdentifierLoc, diag::ext_nested_name_spec_is_enum); in BuildCXXNestedNameSpecifier()
640 LookupResult FoundOuter(*this, &Identifier, IdentifierLoc, in BuildCXXNestedNameSpecifier()
656 Diag(IdentifierLoc, in BuildCXXNestedNameSpecifier()
681 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier()
686 SS.Extend(Context, Alias, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier()
695 InjectedTL.setNameLoc(IdentifierLoc); in BuildCXXNestedNameSpecifier()
698 RecordTL.setNameLoc(IdentifierLoc); in BuildCXXNestedNameSpecifier()
[all …]
DAttributeList.cpp26 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc, in create()
28 IdentifierLoc *Result = new (Ctx) IdentifierLoc; in create()
DSemaStmtAttr.cpp48 IdentifierLoc *PragmaNameLoc = A.getArgAsIdent(0); in handleLoopHintAttr()
49 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr()
50 IdentifierLoc *StateLoc = A.getArgAsIdent(2); in handleLoopHintAttr()
DDeclSpec.cpp59 SourceLocation IdentifierLoc, in Extend() argument
61 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
64 Range.setBegin(IdentifierLoc); in Extend()
DSemaDeclAttr.cpp315 IdentifierLoc *Loc = Attr.getArgAsIdent(ArgNum); in checkStringLiteralArgumentAttr()
853 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleConsumableAttr()
905 IdentifierLoc *Ident = Attr.getArgAsIdent(ArgIndex); in handleCallableWhenAttr()
934 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleParamTypestateAttr()
972 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleReturnTypestateAttr()
1022 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleSetTypestateAttr()
1047 IdentifierLoc *Ident = Attr.getArgAsIdent(0); in handleTestTypestateAttr()
2072 IdentifierLoc *Platform = Attr.getArgAsIdent(0); in handleAvailabilityAttr()
2266 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleObjCMethodFamilyAttr()
4194 IdentifierLoc * Parm = Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr; in handleObjCBridgeAttr()
[all …]
DSemaType.cpp4347 IdentifierLoc *Arg = new (S.Context) IdentifierLoc; in transferARCOwnershipToDeclaratorChunk()
/external/clang/include/clang/Sema/
DAttributeList.h50 struct IdentifierLoc { struct
54 static IdentifierLoc *create(ASTContext &Ctx, SourceLocation Loc, argument
60 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
231 IdentifierLoc *Parm, const AvailabilityChange &introduced, in AttributeList()
254 IdentifierLoc *Parm1, in AttributeList()
255 IdentifierLoc *Parm2, in AttributeList()
256 IdentifierLoc *Parm3, in AttributeList()
274 IdentifierLoc *ArgKind, ParsedType matchingCType, in AttributeList()
394 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>(); in isArgIdent()
396 IdentifierLoc *getArgAsIdent(unsigned Arg) const { in getArgAsIdent()
[all …]
DLoopHint.h27 IdentifierLoc *PragmaNameLoc;
31 IdentifierLoc *OptionLoc;
34 IdentifierLoc *StateLoc;
DDeclSpec.h106 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
DSema.h4834 SourceLocation IdentifierLoc,
4874 SourceLocation IdentifierLoc,
4890 SourceLocation IdentifierLoc,
/external/clang/lib/AST/
DNestedNameSpecifier.cpp550 SourceLocation IdentifierLoc, in Extend() argument
556 SaveSourceLocation(IdentifierLoc, Buffer, BufferSize, BufferCapacity); in Extend()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h403 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
/external/clang/lib/Parse/
DParser.cpp1464 SourceLocation IdentifierLoc = ConsumeToken(); in TryAnnotateName() local
1467 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty, in TryAnnotateName()
1698 SourceLocation IdentifierLoc = ConsumeToken(); in TryAnnotateTypeOrScopeTokenAfterScopeSpec() local
1701 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty, in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
DParseDecl.cpp232 IdentifierLoc *Parser::ParseIdentifierLoc() { in ParseIdentifierLoc()
234 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc()
876 IdentifierLoc *Platform = ParseIdentifierLoc(); in ParseAvailabilityAttribute()
1060 IdentifierLoc *RelatedClass = ParseIdentifierLoc(); in ParseObjCBridgeRelatedAttribute()
1067 IdentifierLoc *ClassMethod = nullptr; in ParseObjCBridgeRelatedAttribute()
1086 IdentifierLoc *InstanceMethod = nullptr; in ParseObjCBridgeRelatedAttribute()
1276 IdentifierLoc *ArgumentKind = ParseIdentifierLoc(); in ParseTypeTagForDatatypeAttribute()
DParsePragma.cpp782 Hint.PragmaNameLoc = IdentifierLoc::create( in HandlePragmaLoopHint()
790 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()
847 Hint.StateLoc = IdentifierLoc::create(Actions.Context, StateLoc, StateInfo); in HandlePragmaLoopHint()
/external/clang/include/clang/Parse/
DParser.h2121 IdentifierLoc *ParseIdentifierLoc();