Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1510 assert(A.FinalAnnotationLoc && in emitFinalMacroWarning()
1515 Diag(*A.FinalAnnotationLoc, diag::note_pp_macro_annotation) << 2; in emitFinalMacroWarning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1079 std::optional<SourceLocation> FinalAnnotationLoc; member
2970 AnnotationInfos[II].FinalAnnotationLoc = AnnotationLoc; in addFinalLoc()