Searched refs:IfInsertionLoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp819 SourceLocation IfInsertionLoc = local
825 if (SM.getFileID(IfInsertionLoc) != SM.getFileID(StmtEndLoc))
828 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM);
839 FixitDiag << FixItHint::CreateInsertion(IfInsertionLoc, FixItOS.str());

Completed in 49 milliseconds