Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h317 DependentDiagnostic *FirstDiagnostic = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp2207 DD->NextDiagnostic = Map->FirstDiagnostic; in Create()
2208 Map->FirstDiagnostic = DD; in Create()