Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCodeComplete.cpp292 bool &AsNestedNameSpecifier) const;
719 bool &AsNestedNameSpecifier) const { in isInterestingDecl()
720 AsNestedNameSpecifier = false; in isInterestingDecl()
749 AsNestedNameSpecifier = true; in isInterestingDecl()
759 AsNestedNameSpecifier = true; in isInterestingDecl()
1065 bool AsNestedNameSpecifier = false; in MaybeAddResult() local
1066 if (!isInterestingDecl(R.Declaration, AsNestedNameSpecifier)) in MaybeAddResult()
1132 if (AsNestedNameSpecifier) { in MaybeAddResult()
1158 if (!AsNestedNameSpecifier) in MaybeAddResult()
1235 bool AsNestedNameSpecifier = false; in AddResult() local
[all …]