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

/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp564 SourceLocation IdentifierLoc,
570 SaveSourceLocation(IdentifierLoc, Buffer, BufferSize, BufferCapacity);
562 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp453 /// \param IdentifierLoc Location of the \p Identifier.
483 SourceLocation IdentifierLoc,
491 LookupResult Found(*this, &Identifier, IdentifierLoc,
577 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
652 Diag(IdentifierLoc, diag::ext_nested_name_spec_is_enum);
669 LookupResult FoundOuter(*this, &Identifier, IdentifierLoc,
685 Diag(IdentifierLoc,
710 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
715 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
725 InjectedTL.setNameLoc(IdentifierLoc);
481 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
825 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
873 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument
[all...]
H A DDeclSpec.cpp59 SourceLocation IdentifierLoc,
61 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
64 Range.setBegin(IdentifierLoc);
58 Extend(ASTContext &Context, IdentifierInfo *Identifier, SourceLocation IdentifierLoc, SourceLocation ColonColonLoc) argument
/external/clang/include/clang/Sema/
H A DAttributeList.h72 struct IdentifierLoc { struct in namespace:clang
76 static IdentifierLoc *create(ASTContext &Ctx, SourceLocation Loc,
82 typedef llvm::PointerUnion<Expr*, IdentifierLoc*> ArgsUnion;
254 IdentifierLoc *Parm, const AvailabilityChange &introduced,
277 IdentifierLoc *Parm1,
278 IdentifierLoc *Parm2,
279 IdentifierLoc *Parm3,
296 IdentifierLoc *ArgKind, ParsedType matchingCType,
426 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>();
428 IdentifierLoc *getArgAsIden
[all...]
/external/clang/lib/Parse/
H A DParser.cpp1490 SourceLocation IdentifierLoc = ConsumeToken(); local
1493 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty,
1721 SourceLocation IdentifierLoc = ConsumeToken(); local
1724 = parseObjCTypeArgsAndProtocolQualifiers(IdentifierLoc, Ty,

Completed in 573 milliseconds