Searched defs:StoredDiagnostics (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 191 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; variable [all...] |
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1123 checkAndSanitizeDiags(SmallVectorImpl<StoredDiagnostic> & StoredDiagnostics,SourceManager & SM) checkAndSanitizeDiags() argument 1780 SmallVector<StoredDiagnostic, 4> StoredDiagnostics; LoadFromCommandLine() local 2186 CodeComplete(StringRef File,unsigned Line,unsigned Column,ArrayRef<RemappedFile> RemappedFiles,bool IncludeMacros,bool IncludeCodePatterns,bool IncludeBriefComments,CodeCompleteConsumer & Consumer,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticsEngine & Diag,LangOptions & LangOpts,SourceManager & SourceMgr,FileManager & FileMgr,SmallVectorImpl<StoredDiagnostic> & StoredDiagnostics,SmallVectorImpl<const llvm::MemoryBuffer * > & OwnedBuffers,std::unique_ptr<SyntaxOnlyAction> Act) CodeComplete() argument [all...] |