Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp6138 bool IgnoreImplemented = true; in CodeCompleteObjCImplementationCategory() local
6141 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
6148 IgnoreImplemented = false; in CodeCompleteObjCImplementationCategory()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp7861 bool IgnoreImplemented = true; in CodeCompleteObjCImplementationCategory() local
7864 if ((!IgnoreImplemented || !Cat->getImplementation()) && in CodeCompleteObjCImplementationCategory()
7871 IgnoreImplemented = false; in CodeCompleteObjCImplementationCategory()