• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/

Lines Matching refs:StringRef

21 #include "llvm/ADT/StringRef.h"
262 StringRef Text;
267 StringRef Text) :
281 StringRef getText() const LLVM_READONLY { return Text; }
301 StringRef Text;
303 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { }
344 StringRef getCommandName(const CommandTraits &Traits) const {
360 StringRef getArgText(unsigned Idx) const {
373 StringRef TagName;
379 StringRef TagName,
395 StringRef getTagName() const LLVM_READONLY { return TagName; }
418 StringRef Name;
423 StringRef Value;
427 Attribute(SourceLocation NameLocBegin, StringRef Name) :
430 ValueRange(SourceRange()), Value(StringRef())
433 Attribute(SourceLocation NameLocBegin, StringRef Name,
435 SourceRange ValueRange, StringRef Value) :
455 StringRef TagName) :
511 StringRef TagName) :
600 StringRef Text;
603 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { }
654 StringRef getCommandName(const CommandTraits &Traits) const {
663 StringRef Name = getCommandName(Traits);
672 StringRef getArgText(unsigned Idx) const {
762 StringRef getParamName(const FullComment *FC) const;
764 StringRef getParamNameAsWritten() const {
832 StringRef getParamName(const FullComment *FC) const;
834 StringRef getParamNameAsWritten() const {
864 StringRef Text;
868 StringRef Text) :
883 StringRef getText() const LLVM_READONLY {
893 StringRef CloseName;
918 void setCloseName(StringRef Name, SourceLocation LocBegin) {
927 StringRef getCloseName() const {
935 StringRef getText(unsigned LineIdx) const {
945 StringRef Text;
953 StringRef Text) :
970 StringRef getText() const {