OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stored_diag_size
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
ASTUnit.h
641
unsigned
stored_diag_size
() const { return StoredDiagnostics.size(); }
function in class:clang::ASTUnit
[
all
...]
/external/clang/tools/libclang/
CIndexDiagnostic.cpp
185
if (AU->
stored_diag_size
() != Set->getNumDiagnostics()) {
Completed in 547 milliseconds