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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp938 case DocumentMarker::Spelling:
1078 case DocumentMarker::Spelling:
1101 case DocumentMarker::Spelling:
/external/clang/include/clang/Basic/
H A DIdentifierTable.h770 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
/external/clang/lib/Parse/
H A DParser.cpp139 const char *Spelling = nullptr; local
141 Spelling = tok::getPunctuatorSpelling(ExpectedTok);
144 Spelling
145 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
H A DParseExpr.cpp1123 #define TYPE_TRAIT(N,Spelling,K) \
1124 case tok::kw_##Spelling:
H A DParseDeclCXX.cpp3190 StringRef Spelling = PP.getSpelling(Tok.getLocation(), SpellingBuf); local
3191 if (isLetter(Spelling[0])) {
3193 return &PP.getIdentifierTable().get(Spelling);
/external/clang/lib/Lex/
H A DPPExpressions.cpp215 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, local
220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
H A DPPDirectives.cpp139 std::string Spelling = getSpelling(MacroNameTok, &Invalid); local
142 II = getIdentifierInfo(Spelling);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp276 misspellingStart.containerNode()->document().markers().addMarker(misspellingStart, misspellingEnd, DocumentMarker::Spelling);
/external/clang/include/clang/AST/
H A DDeclCXX.h1641 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1643 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp63 case DocumentMarker::Spelling:
/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/lib/Sema/
H A DSemaCodeComplete.cpp2457 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
2458 case OO_##Name: OperatorName = "operator" Spelling; break;
2459 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
4186 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
4187 if (std::strcmp(Spelling, "?")) \
4188 Results.AddResult(Result(Spelling));
H A DSemaDeclAttr.cpp2851 MSInheritanceAttr::Spelling SemanticSpelling) {
3717 (MSInheritanceAttr::Spelling)Attr.getSemanticSpelling());
3884 MSInheritanceAttr::Spelling SemanticSpelling) {
H A DTreeTransform.h7605 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
7607 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
H A DSemaType.cpp5156 MSInheritanceAttr::Spelling IM;
H A DSemaDeclCXX.cpp11018 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp186 else if (equalIgnoringCase(markerType, "Spelling"))
187 result = DocumentMarker::Spelling;
1388 return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp456 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
499 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp4514 EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
4546 EXPECT_EQ(0U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
4728 document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::Spelling); member in class:__anon11409::DocumentMarker
4761 EXPECT_EQ(DocumentMarker::Spelling, document->markers().markers()[0]->type());
/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/include/clang/Sema/
H A DSema.h1982 MSInheritanceAttr::Spelling SemanticSpelling);
2702 MSInheritanceAttr::Spelling SemanticSpelling);

Completed in 712 milliseconds

12