Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1481 assert(A.FinalAnnotationLoc && in emitFinalMacroWarning()
1486 Diag(*A.FinalAnnotationLoc, diag::note_pp_macro_annotation) << 2; in emitFinalMacroWarning()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1037 std::optional<SourceLocation> FinalAnnotationLoc; member
2825 Annotations->second.FinalAnnotationLoc = AnnotationLoc; in addFinalLoc()