Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h195 SmallVector<StoredDiagnostic, 4> FailedParseDiagnostics; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1174 FailedParseDiagnostics.swap(StoredDiagnostics); in Parse()
1266 FailedParseDiagnostics.clear(); in Parse()
1855 AST->StoredDiagnostics.swap(AST->FailedParseDiagnostics); in LoadFromCommandLine()