Home
last modified time | relevance | path

Searched defs:StoredDiagnostics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1123 StoredDiagnostics, in checkAndSanitizeDiags()
1780 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; in LoadFromCommandLine() local
2186 FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, in CodeComplete()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h191 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; variable