Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1077 StoredDiagnostics, in checkAndSanitizeDiags()
1725 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; in LoadFromCommandLine() local
2125 FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, in CodeComplete()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h189 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; variable