Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h842 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 DASTUnit.cpp428 !R.StartsNestedNameSpecifier) { in CacheCodeCompletionResults()
453 R.StartsNestedNameSpecifier = true; in CacheCodeCompletionResults()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp1180 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()