Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAvailability.cpp819 SourceLocation IfInsertionLoc = in DiagnoseDeclAvailability() local
825 if (SM.getFileID(IfInsertionLoc) != SM.getFileID(StmtEndLoc)) in DiagnoseDeclAvailability()
828 StringRef Indentation = Lexer::getIndentationForLine(IfInsertionLoc, SM); in DiagnoseDeclAvailability()
839 FixitDiag << FixItHint::CreateInsertion(IfInsertionLoc, FixItOS.str()); in DiagnoseDeclAvailability()