HomeSort by relevance Sort by last modified time
    Searched refs:FixItLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 272 SourceLocation FixItLoc;
276 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd());
279 if (FixItLoc.isInvalid())
287 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
SemaDecl.cpp     [all...]

Completed in 27 milliseconds