Searched refs:IdentifierLoc (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Sema/
H A DLoopHint.h24 IdentifierLoc *LoopLoc;
25 IdentifierLoc *ValueLoc;
26 IdentifierLoc *OptionLoc;
H A DAttributeList.h50 struct IdentifierLoc { struct in namespace:clang
54 static IdentifierLoc *create(ASTContext &Ctx, SourceLocation Loc,
60 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
231 IdentifierLoc *Parm, const AvailabilityChange &introduced,
254 IdentifierLoc *Parm1,
255 IdentifierLoc *Parm2,
256 IdentifierLoc *Parm3,
274 IdentifierLoc *ArgKind, ParsedType matchingCType,
388 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>();
390 IdentifierLoc *getArgAsIden
[all...]
H A DDeclSpec.h105 /// \param IdentifierLoc The location of the identifier.
109 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
H A DSema.h4468 SourceLocation IdentifierLoc,
4483 /// \param IdentifierLoc The location of the identifier.
4508 SourceLocation IdentifierLoc,
4524 SourceLocation IdentifierLoc,
/external/clang/lib/Sema/
H A DAttributeList.cpp25 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc,
27 IdentifierLoc *Result = new (Ctx) IdentifierLoc;
H A DSemaCXXScopeSpec.cpp384 /// \param IdentifierLoc Location of the \p Identifier.
414 SourceLocation IdentifierLoc,
422 LookupResult Found(*this, &Identifier, IdentifierLoc,
505 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
587 LookupResult FoundOuter(*this, &Identifier, IdentifierLoc,
603 Diag(IdentifierLoc,
621 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
626 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
635 InjectedTL.setNameLoc(IdentifierLoc);
638 RecordTL.setNameLoc(IdentifierLoc);
412 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
730 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
778 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DSemaStmtAttr.cpp56 IdentifierLoc *OptionLoc = A.getArgAsIdent(0);
58 IdentifierLoc *ValueLoc = A.getArgAsIdent(1);
H A DDeclSpec.cpp68 SourceLocation IdentifierLoc,
70 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
73 Range.setBegin(IdentifierLoc);
67 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
H A DSemaDeclAttr.cpp269 IdentifierLoc *Loc = Attr.getArgAsIdent(ArgNum);
780 IdentifierLoc *IL = Attr.getArgAsIdent(0);
857 IdentifierLoc *Ident = Attr.getArgAsIdent(0);
897 IdentifierLoc *IL = Attr.getArgAsIdent(0);
950 IdentifierLoc *Ident = Attr.getArgAsIdent(0);
978 IdentifierLoc *Ident = Attr.getArgAsIdent(0);
1852 IdentifierLoc *Platform = Attr.getArgAsIdent(0);
1978 IdentifierLoc *IL = Attr.getArgAsIdent(0);
3553 IdentifierLoc * Parm = Attr.isArgIdent(0) ? Attr.getArgAsIdent(0) : nullptr;
3567 IdentifierLoc * Par
[all...]
H A DSemaType.cpp3306 IdentifierLoc *Arg = new (S.Context) IdentifierLoc;
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h386 /// \param IdentifierLoc The location of the identifier.
390 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp517 SourceLocation IdentifierLoc,
523 SaveSourceLocation(IdentifierLoc, Buffer, BufferSize, BufferCapacity);
515 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
/external/clang/lib/Parse/
H A DParsePragma.cpp615 IdentifierLoc::create(Actions.Context, Info->Loop.getLocation(),
618 IdentifierLoc::create(Actions.Context, Info->Option.getLocation(),
621 IdentifierLoc::create(Actions.Context, Info->Value.getLocation(),
H A DParseDecl.cpp229 IdentifierLoc *Parser::ParseIdentifierLoc() {
231 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context,
784 IdentifierLoc *Platform = ParseIdentifierLoc();
941 IdentifierLoc *RelatedClass = ParseIdentifierLoc();
948 IdentifierLoc *ClassMethod = nullptr;
967 IdentifierLoc *InstanceMethod = nullptr;
1153 IdentifierLoc *ArgumentKind = ParseIdentifierLoc();
/external/clang/include/clang/Parse/
H A DParser.h2058 IdentifierLoc *ParseIdentifierLoc();

Completed in 275 milliseconds