Searched refs:setRequiresImport (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h249 void setRequiresImport(bool Req) { RequiresImport = Req; } function in class:clang::TypoCorrection
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4144 TC.setRequiresImport(false);
4167 TC.setRequiresImport(!AnyVisibleDecls);

Completed in 119 milliseconds