Searched defs:IdentifierLoc (Results 1 - 4 of 4) sorted by relevance

/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/Sema/
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 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
/external/clang/include/clang/Sema/
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...]

Completed in 695 milliseconds