HomeSort by relevance Sort by last modified time
    Searched refs:IdentifierLoc (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Sema/
LoopHint.h 24 IdentifierLoc *LoopLoc;
25 IdentifierLoc *ValueLoc;
26 IdentifierLoc *OptionLoc;
AttributeList.h 50 struct IdentifierLoc {
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 *getArgAsIdent(unsigned Arg) const
    [all...]
DeclSpec.h 105 /// \param IdentifierLoc The location of the identifier.
109 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
    [all...]
Sema.h     [all...]
  /external/clang/lib/Sema/
AttributeList.cpp 25 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc,
27 IdentifierLoc *Result = new (Ctx) IdentifierLoc;
SemaCXXScopeSpec.cpp 384 /// \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);
    [all...]
SemaStmtAttr.cpp 56 IdentifierLoc *OptionLoc = A.getArgAsIdent(0);
58 IdentifierLoc *ValueLoc = A.getArgAsIdent(1);
DeclSpec.cpp 68 SourceLocation IdentifierLoc,
70 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc);
73 Range.setBegin(IdentifierLoc);
    [all...]
SemaDeclAttr.cpp 269 IdentifierLoc *Loc = Attr.getArgAsIdent(ArgNum);
780 IdentifierLoc *IL = Attr.getArgAsIdent(0);
857 IdentifierLoc *Ident = Attr.getArgAsIdent(0);
897 IdentifierLoc *IL = Attr.getArgAsIdent(0);
    [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 386 /// \param IdentifierLoc The location of the identifier.
390 SourceLocation IdentifierLoc, SourceLocation ColonColonLoc);
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 517 SourceLocation IdentifierLoc,
523 SaveSourceLocation(IdentifierLoc, Buffer, BufferSize, BufferCapacity);
  /external/clang/lib/Parse/
ParsePragma.cpp 615 IdentifierLoc::create(Actions.Context, Info->Loop.getLocation(),
618 IdentifierLoc::create(Actions.Context, Info->Option.getLocation(),
621 IdentifierLoc::create(Actions.Context, Info->Value.getLocation(),
    [all...]
ParseDecl.cpp 229 IdentifierLoc *Parser::ParseIdentifierLoc() {
231 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context,
784 IdentifierLoc *Platform = ParseIdentifierLoc();
941 IdentifierLoc *RelatedClass = ParseIdentifierLoc();
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 1228 milliseconds