Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp462 SourceLocation FixItLoc; in CheckEquivalentExceptionSpec() local
469 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd()); in CheckEquivalentExceptionSpec()
472 if (FixItLoc.isInvalid()) in CheckEquivalentExceptionSpec()
478 << FixItHint::CreateInsertion(FixItLoc, " " + OS.str().str()); in CheckEquivalentExceptionSpec()
H A DSemaAttr.cpp605 SourceLocation FixItLoc = in DiagnoseUnterminatedPragmaAlignPack() local
609 if (FixItLoc.isValid()) in DiagnoseUnterminatedPragmaAlignPack()
610 DB << FixItHint::CreateInsertion(FixItLoc, "pop"); in DiagnoseUnterminatedPragmaAlignPack()
H A DSemaType.cpp4045 SourceLocation FixItLoc = S.getLocForEndOfToken(PointerLoc); in fixItNullability() local
4046 if (!FixItLoc.isValid() || FixItLoc == PointerLoc) in fixItNullability()
4049 const char *NextChar = S.SourceMgr.getCharacterData(FixItLoc); in fixItNullability()
4070 Diag << FixItHint::CreateInsertion(FixItLoc, InsertionText); in fixItNullability()
4086 auto FixItLoc = PointerEndLoc.isValid() ? PointerEndLoc : PointerLoc; in emitNullabilityConsistencyWarning() local
4087 if (FixItLoc.isMacroID()) in emitNullabilityConsistencyWarning()
4091 auto Diag = S.Diag(FixItLoc, diag::note_nullability_fix_it); in emitNullabilityConsistencyWarning()
4094 fixItNullability(S, Diag, FixItLoc, Nullability); in emitNullabilityConsistencyWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2086 SourceLocation FixItLoc = SourceLocation()) {
2089 DiagnoseProhibitedAttributes(Attrs, FixItLoc);
2094 SourceLocation FixItLoc = SourceLocation()) {
2097 DiagnoseProhibitedAttributes(Attrs, FixItLoc);
2101 SourceLocation FixItLoc);