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 296 SourceLocation FixItLoc;
300 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd());
303 if (FixItLoc.isInvalid())
311 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str());
    [all...]
SemaDecl.cpp     [all...]

Completed in 704 milliseconds