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

12

  /external/clang/lib/Sema/
SemaDecl.cpp 592 << FixItHint::CreateInsertion(SS->getRange().getBegin(), "typename ");
651 << FixItHint::CreateInsertion(NameLoc, FixItTagName);
    [all...]
Sema.cpp     [all...]
SemaDeclObjC.cpp 219 << FixItHint::CreateInsertion(method->getSelectorLoc(0), "(void)");
    [all...]
SemaInit.cpp 740 << FixItHint::CreateInsertion(
742 << FixItHint::CreateInsertion(
    [all...]
SemaPseudoObject.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp 555 << FixItHint::CreateInsertion(StarLoc, "*");
    [all...]
SemaDeclAttr.cpp 272 << FixItHint::CreateInsertion(Loc->Loc, "\"")
273 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(Loc->Loc), "\"");
    [all...]
SemaExprCXX.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 231 Hint = FixItHint::CreateInsertion(Tmp.getLocation(),"//");
    [all...]

Completed in 1429 milliseconds

12