Searched refs:Spelling (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/include/clang/Basic/
H A DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
/external/clang/utils/TableGen/
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;");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp58 std::string Spelling = Tag.getValueAsString("Spelling"); local
70 StringMatcher::StringPair Match(Spelling, CLiteral.str());
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...]
/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 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...]
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),
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarker.h49 Spelling = 1 << SpellingMarkerIndex, enumerator in enum:blink::DocumentMarker::MarkerType
74 : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck)
82 : MarkerTypes(Spelling | Grammar)
90 : MarkerTypes(Spelling | Grammar | InvisibleSpellcheck)
H A DDocumentMarker.cpp101 : m_type(Spelling)
H A DDocumentMarkerControllerTest.cpp83 markerController().addMarker(range.get(), DocumentMarker::Spelling);
/external/clang/tools/libclang/
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;
H A DCXLoadedDiagnostic.h86 const char *Spelling; member in class:clang::CXLoadedDiagnostic
H A DCXLoadedDiagnostic.cpp106 return cxstring::createRef(Spelling);
650 D->Spelling = TopDiags.copyString(Blob);
/external/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp89 const char *Spelling; local
90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling));
/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp95 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const {
105 MSInheritanceAttr::Spelling
149 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
H A DDeclarationName.cpp171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
172 Spelling,
/external/clang/lib/Parse/
H A DParseAST.cpp66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); local
71 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
H A DParseTentative.cpp676 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \
678 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly)
943 #define TYPE_TRAIT(N,Spelling,K) \
944 case tok::kw_##Spelling:
H A DParseExprCXX.cpp2116 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
2121 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
2741 #define TYPE_TRAIT_1(Spelling, Name, Key) \
2742 case tok::kw_ ## Spelling: return UTT_ ## Name;
2743 #define TYPE_TRAIT_2(Spelling, Name, Key) \
2744 case tok::kw_ ## Spelling: return BTT_ ## Name;
2746 #define TYPE_TRAIT_N(Spelling, Name, Key) \
2747 case tok::kw_ ## Spelling: return TT_ ## Name;
2771 #define TYPE_TRAIT(N,Spelling,K) case tok::kw_##Spelling
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellChecker.cpp160 frame().document()->markers().removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
189 // This shouldn't happen in very often because the Spelling menu items aren't enabled unless the
324 frame().document()->markers().addMarker(misspellingStart, misspellingEnd, DocumentMarker::Spelling);
617 misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling, result->replacement, result->hash);
748 DocumentMarker::MarkerTypes markerTypes(DocumentMarker::Spelling);
815 frame().document()->markers().removeMarkers(start, end, DocumentMarker::Spelling);
826 frame().document()->markers().removeMarkers(DocumentMarker::Spelling);
911 return selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
H A DSpellCheckRequester.cpp265 markers.remove(DocumentMarker::Spelling);
/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/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 DPreprocessor.cpp780 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); local
783 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this);
/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...]

Completed in 539 milliseconds

12