Searched refs:StringRef (Results 1 - 25 of 2123) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp44 llvm::StringRef) override {
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp83 llvm::StringRef) override {
/external/clang/examples/clang-interpreter/
H A Dmain.cpp123 if (llvm::StringRef(Cmd.getCreator().getName()) != "clang") {
/external/clang/include/clang/ARCMigrate/
H A DARCMT.h46 StringRef plistOut = StringRef());
72 DiagnosticConsumer *DiagClient, StringRef outputDir,
73 bool emitPremigrationARCErrors, StringRef plistOut);
80 StringRef outputDir,
89 ArrayRef<StringRef> remapFiles,
109 StringRef outputDir = StringRef());
118 virtual void insert(SourceLocation loc, StringRef text) { }
H A DARCMTActions.h41 StringRef InFile) override;
53 StringRef migrateDir,
54 StringRef plistOut,
66 StringRef migrateDir, unsigned migrateAction);
70 StringRef InFile) override;
H A DFileRemapper.h16 #include "llvm/ADT/StringRef.h"
45 bool initFromDisk(StringRef outputDir, DiagnosticsEngine &Diag,
47 bool initFromFile(StringRef filePath, DiagnosticsEngine &Diag,
49 bool flushToDisk(StringRef outputDir, DiagnosticsEngine &Diag);
50 bool flushToFile(StringRef outputPath, DiagnosticsEngine &Diag);
53 StringRef outputDir = StringRef());
55 void remap(StringRef filePath, std::unique_ptr<llvm::MemoryBuffer> memBuf);
59 void clear(StringRef outputDir = StringRef());
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h968 RecordDecl *buildImplicitRecord(StringRef Name,
972 TypedefDecl *buildImplicitTypedef(QualType T, StringRef Name) const;
2605 static inline Selector GetNullarySelector(StringRef name, ASTContext& Ctx) {
2611 static inline Selector GetUnarySelector(StringRef name, ASTContext& Ctx) {
H A DASTDiagnostic.h39 StringRef Modifier,
40 StringRef Argument,
H A DASTLambda.h23 inline StringRef getLambdaStaticInvokerName() {
H A DASTTypeTraits.h78 StringRef asStringRef() const;
H A DComment.h22 #include "llvm/ADT/StringRef.h"
268 StringRef Text;
273 StringRef Text) :
287 StringRef getText() const LLVM_READONLY { return Text; }
307 StringRef Text;
309 Argument(SourceRange Range, StringRef Text) : Range(Range), Text(Text) { }
349 StringRef getCommandName(const CommandTraits &Traits) const {
366 StringRef getArgText(unsigned Idx) const {
379 StringRef TagName;
385 StringRef TagNam
[all...]
H A DCommentCommandTraits.h22 #include "llvm/ADT/StringRef.h"
144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
146 const CommandInfo *getCommandInfo(StringRef Name) const {
152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
162 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);
172 const CommandInfo *getRegisteredCommandInfo(StringRef Name) const;
175 CommandInfo *createCommandInfoWithName(StringRef CommandName);
H A DCommentLexer.h21 #include "llvm/ADT/StringRef.h"
100 StringRef getText() const LLVM_READONLY {
102 return StringRef(TextPtr, IntVal);
105 void setText(StringRef Text) {
111 StringRef getUnknownCommandName() const LLVM_READONLY {
113 return StringRef(TextPtr, IntVal);
116 void setUnknownCommandName(StringRef Name) {
142 StringRef getVerbatimBlockText() const LLVM_READONLY {
144 return StringRef(TextPtr, IntVal);
147 void setVerbatimBlockText(StringRef Tex
[all...]
H A DCommentSema.h22 #include "llvm/ADT/StringRef.h"
109 StringRef Arg);
114 StringRef Arg);
127 StringRef Arg);
141 StringRef Arg);
145 StringRef CommandName);
153 StringRef Text);
159 StringRef Text);
163 StringRef CloseName,
169 StringRef Tex
[all...]
H A DDecl.h128 StringRef Arg);
134 StringRef getArg() const { return getTrailingObjects<char>(); }
161 SourceLocation Loc, StringRef Name,
162 StringRef Value);
166 StringRef getName() const { return getTrailingObjects<char>(); }
167 StringRef getValue() const { return getTrailingObjects<char>() + ValueStart; }
234 /// getName - Get the name of identifier for this declaration as a StringRef.
237 StringRef getName() const {
427 StringRef MSAsmName;
461 void setMSAsmLabel(StringRef Nam
[all...]
H A DDeclObjC.h1410 StringRef getObjCRuntimeNameAsString() const;
2118 StringRef getObjCRuntimeNameAsString() const;
2422 /// with this implementation as a StringRef.
2426 StringRef getName() const { return Id ? Id->getName() : StringRef(); }
2567 /// with this implementation as a StringRef.
2571 StringRef getName() const {
2578 // FIXME: Move to StringRef API.
2585 StringRef getObjCRuntimeNameAsString() const;
H A DExpr.h31 #include "llvm/ADT/StringRef.h"
1197 static StringRef getIdentTypeName(IdentType IT);
1500 static StringLiteral *Create(const ASTContext &C, StringRef Str,
1505 static StringLiteral *Create(const ASTContext &C, StringRef Str,
1514 StringRef getString() const {
1517 return StringRef(StrData.asChar, getByteLength());
1522 StringRef getBytes() const {
1523 // FIXME: StringRef may not be the right type to use as a result for this.
1525 return StringRef(StrData.asChar, getByteLength());
1527 return StringRef(reinterpret_cas
[all...]
H A DExprCXX.h787 StringRef UuidStr;
791 CXXUuidofExpr(QualType Ty, TypeSourceInfo *Operand, StringRef UuidStr,
799 CXXUuidofExpr(QualType Ty, Expr *Operand, StringRef UuidStr, SourceRange R)
840 void setUuidStr(StringRef US) { UuidStr = US; }
841 StringRef getUuidStr() const { return UuidStr; }
H A DExprObjC.h1551 StringRef getBridgeKindName() const;
H A DExternalASTSource.h149 StringRef PCHModuleName;
150 StringRef Path;
151 StringRef ASTFile;
157 ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile,
163 StringRef getPath() const { return Path; }
164 StringRef getASTFile() const { return ASTFile; }
H A DNSAPI.h142 return getOrInitSelector(StringRef("objectForKeyedSubscript"),
148 return getOrInitSelector(StringRef("objectAtIndexedSubscript"),
154 StringRef Ids[] = { "setObject", "forKeyedSubscript" };
160 StringRef Ids[] = { "setObject", "atIndexedSubscript" };
166 return getOrInitSelector(StringRef("isEqual"), isEqualSel);
218 StringRef GetNSIntegralKind(QualType T) const;
221 bool isMacroDefined(StringRef Id) const;
228 bool isObjCTypedef(QualType T, StringRef name, IdentifierInfo *&II) const;
230 StringRef name, IdentifierInfo *&II) const;
231 Selector getOrInitSelector(ArrayRef<StringRef> Id
[all...]
H A DRawCommentList.h101 StringRef getRawText(const SourceManager &SourceMgr) const {
128 mutable StringRef RawText;
156 StringRef getRawTextSlow(const SourceManager &SourceMgr) const;
H A DStmt.h1467 StringRef getOutputConstraint(unsigned i) const;
1488 StringRef getInputConstraint(unsigned i) const;
1495 StringRef getClobber(unsigned i) const;
1659 StringRef getOutputName(unsigned i) const {
1663 return StringRef();
1666 StringRef getOutputConstraint(unsigned i) const;
1687 StringRef getInputName(unsigned i) const {
1691 return StringRef();
1694 StringRef getInputConstraint(unsigned i) const;
1726 int getNamedOperand(StringRef SymbolicNam
[all...]
H A DType.h2061 StringRef getName(const PrintingPolicy &Policy) const;
2063 // The StringRef is null-terminated.
2064 StringRef str = getName(Policy);
3032 static StringRef getNameForCallConv(CallingConv CC);
4415 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
4417 static StringRef getTagTypeKindName(TagTypeKind Kind) {

Completed in 363 milliseconds

1234567891011>>