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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp288 bool &IsNestedNameSpecifier) {
289 IsNestedNameSpecifier = false;
332 IsNestedNameSpecifier = true;
340 IsNestedNameSpecifier = true;
342 IsNestedNameSpecifier = true;
357 IsNestedNameSpecifier = true;
388 bool IsNestedNameSpecifier = false; local
394 R.Declaration, Ctx->getLangOpts(), IsNestedNameSpecifier);
426 if (TheSema->Context.getLangOpts().CPlusPlus && IsNestedNameSpecifier &&
286 getDeclShowContexts(const NamedDecl *ND, const LangOptions &LangOpts, bool &IsNestedNameSpecifier) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp353 bool IsNestedNameSpecifier(const NamedDecl *ND) const;
746 if (Filter == &ResultBuilder::IsNestedNameSpecifier ||
755 IsNestedNameSpecifier(ND) &&
1423 bool ResultBuilder::IsNestedNameSpecifier(const NamedDecl *ND) const { function in class:ResultBuilder
4928 Results.setFilter(&ResultBuilder::IsNestedNameSpecifier);
5449 &ResultBuilder::IsNestedNameSpecifier);

Completed in 83 milliseconds