OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CorrectionDecls
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
TypoCorrection.h
48
CorrectionDecls
.push_back(NameDecl);
57
CorrectionDecls
.push_back(Name);
131
return hasCorrectionDecl() ? *(
CorrectionDecls
.begin()) : 0;
140
CorrectionDecls
.clear();
161
CorrectionDecls
.clear();
162
CorrectionDecls
.push_back(0);
167
// item in
CorrectionDecls
is NULL.
169
return !
CorrectionDecls
.empty() &&
170
CorrectionDecls
.front() == 0;
180
bool isResolved() const { return !
CorrectionDecls
.empty();
[
all
...]
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
Completed in 187 milliseconds