Searched refs:Spelling (Results 1 - 25 of 46) sorted by last modified time

12

/external/llvm/include/llvm/Option/
H A DArg.h44 StringRef Spelling; member in class:llvm::opt::Arg
62 Arg(const Option Opt, StringRef Spelling, unsigned Index,
64 Arg(const Option Opt, StringRef Spelling, unsigned Index,
66 Arg(const Option Opt, StringRef Spelling, unsigned Index,
71 StringRef getSpelling() const { return Spelling; }
/external/llvm/lib/Option/
H A DArg.cpp21 : Opt(_Opt), BaseArg(_BaseArg), Spelling(S), Index(_Index),
27 : Opt(_Opt), BaseArg(_BaseArg), Spelling(S), Index(_Index),
34 : Opt(_Opt), BaseArg(_BaseArg), Spelling(S), Index(_Index),
H A DOption.cpp107 StringRef Spelling; local
110 Spelling = StringRef(Args.getArgString(Index), ArgSize);
112 Spelling = Args.MakeArgString(Twine(UnaliasedOption.getPrefix()) +
121 Arg *A = new Arg(UnaliasedOption, Spelling, Index++);
135 return new Arg(UnaliasedOption, Spelling, Index++, Value);
140 Arg *A = new Arg(UnaliasedOption, Spelling, Index++);
175 return new Arg(UnaliasedOption, Spelling,
187 Arg *A = new Arg(UnaliasedOption, Spelling, Index - 1 - getNumArgs(),
198 return new Arg(*this, Spelling, Index++, Value);
206 return new Arg(UnaliasedOption, Spelling,
[all...]
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1636 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) case OO_##Name: return check_op_param (op_kind, Unary, Binary, num_params);
/external/clang/lib/Sema/
H A DSemaType.cpp5156 MSInheritanceAttr::Spelling IM;
H A DTreeTransform.h7605 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
7607 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
/external/clang/tools/c-index-test/
H A Dc-index-test.c2210 CXString Spelling; local
2217 Spelling = clang_getCursorSpelling(Cursor);
2218 cspell = clang_getCString(Spelling);
2221 printf(" Spelling=%s (", cspell);
2231 clang_disposeString(Spelling);
/external/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp106 return cxstring::createRef(Spelling);
650 D->Spelling = TopDiags.copyString(Blob);
H A DCXLoadedDiagnostic.h86 const char *Spelling; member in class:clang::CXLoadedDiagnostic
H A DCXString.cpp100 char *Spelling = static_cast<char *>(malloc(String.size() + 1)); local
101 memmove(Spelling, String.data(), String.size());
102 Spelling[String.size()] = 0;
103 Result.data = Spelling;
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp38 explicit FlattenedSpelling(const Record &Spelling) : argument
39 V(Spelling.getValueAsString("Variety")),
40 N(Spelling.getValueAsString("Name")) {
45 NS = Spelling.getValueAsString("Namespace");
47 K = Spelling.getValueAsBitOrUnset("KnownToGCC", Unset);
60 for (const auto &Spelling : Spellings) {
61 if (Spelling->getValueAsString("Variety") == "GCC") {
63 Ret.push_back(FlattenedSpelling("GNU", Spelling->getValueAsString("Name"),
66 "CXX11", Spelling->getValueAsString("Name"), "gnu", true));
68 Ret.push_back(FlattenedSpelling(*Spelling));
1074 llvm::SmallString<64> Spelling; local
1149 getSpellingListIndex(const std::vector<FlattenedSpelling> &SpellingList, const FlattenedSpelling &Spelling) argument
1217 std::string Spelling = S.name(); local
2530 std::string Spelling, Variety = S.variety(); local
2697 std::string Spelling = NormalizeNameForSpellingComparison(I->name()); local
[all...]
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp58 std::string Spelling = Tag.getValueAsString("Spelling"); local
70 StringMatcher::StringPair Match(Spelling, CLiteral.str());
H A DClangCommentHTMLTagsEmitter.cpp27 std::string Spelling = Tag->getValueAsString("Spelling"); local
28 Matches.push_back(StringMatcher::StringPair(Spelling, "return true;"));
45 std::string Spelling = Tag->getValueAsString("Spelling"); local
46 StringMatcher::StringPair Match(Spelling, "return true;");
/external/clang/include/clang/AST/
H A DDeclCXX.h1641 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1643 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h770 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
H A DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
/external/clang/include/clang/Sema/
H A DSema.h1982 MSInheritanceAttr::Spelling SemanticSpelling);
2702 MSInheritanceAttr::Spelling SemanticSpelling);
/external/clang/lib/AST/
H A DDeclarationName.cpp171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
172 Spelling,
H A DMicrosoftCXXABI.cpp95 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const {
105 MSInheritanceAttr::Spelling
149 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
H A DMicrosoftMangle.cpp456 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
499 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp562 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
563 case OO_##Name: return Spelling;
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1814 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
1822 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
1847 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
1884 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
2025 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
2211 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
2245 static MSInheritanceAttr::Spelling
2306 MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel();
2337 MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel();
2383 MSInheritanceAttr::Spelling SrcInheritanc
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp232 // Token Spelling
238 const LangOptions &LangOpts, char *Spelling) {
248 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
251 if (Spelling[Length - 1] == '"')
259 Spelling[Length - 2] == 'R' && Spelling[Length - 1] == '"') {
267 memcpy(Spelling + Length, BufPtr, RawLength);
277 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
2164 std::string Spelling = PP->getSpelling(Result, &Invalid); local
2168 assert(Spelling[
237 getSpellingSlow(const Token &Tok, const char *BufPtr, const LangOptions &LangOpts, char *Spelling) argument
[all...]
H A DPPDirectives.cpp139 std::string Spelling = getSpelling(MacroNameTok, &Invalid); local
142 II = getIdentifierInfo(Spelling);
H A DPPExpressions.cpp215 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, local
220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);

Completed in 4226 milliseconds

12