• Home
  • Raw
  • Download

Lines Matching defs:DeclarationNameInfo

433 struct DeclarationNameInfo {  struct
444 DeclarationNameInfo() {} in DeclarationNameInfo() argument
446 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument
449 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() argument
454 DeclarationName getName() const { return Name; } in getName()
456 void setName(DeclarationName N) { Name = N; } in setName()
459 SourceLocation getLoc() const { return NameLoc; } in getLoc()
461 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
463 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo()
464 DeclarationNameLoc &getInfo() { return LocInfo; } in getInfo()
465 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } in setInfo()
469 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
477 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
486 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
495 void setCXXOperatorNameRange(SourceRange R) { in setCXXOperatorNameRange()
504 SourceLocation getCXXLiteralOperatorNameLoc() const { in getCXXLiteralOperatorNameLoc()
512 void setCXXLiteralOperatorNameLoc(SourceLocation Loc) { in setCXXLiteralOperatorNameLoc()
531 SourceLocation getBeginLoc() const { return NameLoc; } in getBeginLoc()
535 SourceRange getSourceRange() const LLVM_READONLY { in getSourceRange()
538 SourceLocation getLocStart() const LLVM_READONLY { in getLocStart()
541 SourceLocation getLocEnd() const LLVM_READONLY { in getLocEnd()