Searched refs:StartsNestedNameSpecifier (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 842 bool StartsNestedNameSpecifier : 1; variable 883 StartsNestedNameSpecifier(false), AllParametersAreInformative(false), in Declaration() 893 QualifierIsInformative(false), StartsNestedNameSpecifier(false), in Keyword() 903 QualifierIsInformative(false), StartsNestedNameSpecifier(false), in Macro() 916 StartsNestedNameSpecifier(false), AllParametersAreInformative(false), in Declaration() 925 StartsNestedNameSpecifier(false), AllParametersAreInformative(false), in CodeCompletionResult()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 428 !R.StartsNestedNameSpecifier) { in CacheCodeCompletionResults() 453 R.StartsNestedNameSpecifier = true; in CacheCodeCompletionResults()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 1180 R.StartsNestedNameSpecifier = true; in MaybeAddResult() 1187 !R.StartsNestedNameSpecifier) { in MaybeAddResult() 1303 R.StartsNestedNameSpecifier = true; in AddResult() 1313 !R.StartsNestedNameSpecifier) { in AddResult() 3482 if (StartsNestedNameSpecifier) { in createCodeCompletionStringForDecl()
|