Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h382 bool isUsingDeclaration() const { return IsUsingDeclaration; } in isUsingDeclaration() function
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1301 IsUsingDeclaration = Recorder->CCContext.isUsingDeclaration(); in run()