Searched refs:AllParametersAreInformative (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 846 bool AllParametersAreInformative : 1; variable 883 StartsNestedNameSpecifier(false), AllParametersAreInformative(false), in Declaration() 894 AllParametersAreInformative(false), DeclaringEntity(false), in Keyword() 904 AllParametersAreInformative(false), DeclaringEntity(false), in Macro() 916 StartsNestedNameSpecifier(false), AllParametersAreInformative(false), in Declaration() 925 StartsNestedNameSpecifier(false), AllParametersAreInformative(false), in CodeCompletionResult()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3615 if (Idx < StartParameter || AllParametersAreInformative) in createCodeCompletionStringForDecl() 3642 if (DeclaringEntity || AllParametersAreInformative) in createCodeCompletionStringForDecl() 3651 else if (AllParametersAreInformative) in createCodeCompletionStringForDecl() 3661 else if (AllParametersAreInformative) in createCodeCompletionStringForDecl() 7508 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods() 8091 R.AllParametersAreInformative = false; in AddClassMessageCompletions() 8266 R.AllParametersAreInformative = false; in CodeCompleteObjCInstanceMessage() 9684 R.AllParametersAreInformative = false; in CodeCompleteObjCMethodDeclSelector()
|