HomeSort by relevance Sort by last modified time
    Searched refs:CreateRemoval (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 109 Hints.push_back(FixItHint::CreateRemoval(
143 Hints.push_back(FixItHint::CreateRemoval(
DeclSpec.cpp     [all...]
SemaLambda.cpp     [all...]
AnalysisBasedWarnings.cpp 647 Fixit1 = FixItHint::CreateRemoval(
653 Fixit2 = FixItHint::CreateRemoval(
659 Fixit1 = FixItHint::CreateRemoval(
663 Fixit1 = FixItHint::CreateRemoval(If->getSourceRange());
758 Fixit1 = FixItHint::CreateRemoval(SourceRange(BO->getLocStart(),
780 Fixit1 = FixItHint::CreateRemoval(Range);
    [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 170 << FixItHint::CreateRemoval(Tok.getLocation());
198 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
201 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
209 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
213 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
    [all...]
ParseDeclCXX.cpp 106 << FixItHint::CreateRemoval(InlineLoc);
387 << R << FixItHint::CreateRemoval(R);
553 << FixItHint::CreateRemoval(MisplacedAttrs.Range);
593 << FixItHint::CreateRemoval(SourceRange(TypenameLoc,
597 << FixItHint::CreateRemoval(SS.getRange());
627 << R << FixItHint::CreateRemoval(R);
639 << FixItHint::CreateRemoval(SourceRange(TypenameLoc));
911 << FixItHint::CreateRemoval(Tok.getLocation());
    [all...]
ParseTemplate.cpp 231 << FixItHint::CreateRemoval(DS.getStorageClassSpecLoc());
690 << FixItHint::CreateRemoval(EllipsisLoc) << Insertion
    [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp 138 << FixItHint::CreateRemoval(l_parenLoc)
139 << FixItHint::CreateRemoval(r_parenLoc);
    [all...]
ParseObjc.cpp     [all...]
ParseExpr.cpp     [all...]
ParseStmt.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 103 static FixItHint CreateRemoval(CharSourceRange RemoveRange) {
108 static FixItHint CreateRemoval(SourceRange RemoveRange) {
109 return CreateRemoval(CharSourceRange::getTokenRange(RemoveRange));
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 1396 milliseconds

1 2