HomeSort by relevance Sort by last modified time
    Searched refs:Spelling (Results 26 - 49 of 49) sorted by null

12

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 770 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
  /external/clang/lib/Parse/
Parser.cpp 139 const char *Spelling = nullptr;
141 Spelling = tok::getPunctuatorSpelling(ExpectedTok);
144 Spelling
145 ? Diag(EndLoc, DiagID) << FixItHint::CreateInsertion(EndLoc, Spelling)
    [all...]
ParseExpr.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 180 // If this token's spelling is a pp-identifier, check to see if it is
215 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer,
220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
PPDirectives.cpp 139 std::string Spelling = getSpelling(MacroNameTok, &Invalid);
142 II = getIdentifierInfo(Spelling);
315 // this is safe in the face of spelling differences, because there is no way
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 274 misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling);
321 // Iterate through the search range by paragraphs, checking each one for spelling and grammar.
356 // We can't stop after the first grammar result, since there might still be a spelling result after
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 48 case DocumentMarker::Spelling:
  /external/clang/tools/c-index-test/
c-index-test.c 3420 CXString spelling = clang_getTokenSpelling(TU, tokens[i]); local
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 151 else if (equalIgnoringCase(markerType, "Spelling"))
152 result = DocumentMarker::Spelling;
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 456 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
499 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 481 <span class="en">Spelling Checker</span>
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 667 milliseconds

12