OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requiresImport
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h
248
bool
requiresImport
() const { return
RequiresImport
; }
249
void setRequiresImport(bool Req) {
RequiresImport
= Req; }
274
bool
RequiresImport
= false;
341
return Typo && candidate.isResolved() && !candidate.
requiresImport
() &&
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
4140
/// visible. Set the correction's
RequiresImport
flag to true if none of the
4370
if (TC.isResolved() || TC.
requiresImport
() || resolveCorrection(TC)) {
5458
if (Correction.
requiresImport
()) {
Completed in 20 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026