Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp67 bool FullyQualified, bool WithGlobalNsPrefix);
282 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument
314 Ctx, TD, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf()
334 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument
352 Ctx, Decl, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf()
364 bool FullyQualified = true; // doesn't matter, DeclContexts are namespaces in createNestedNameSpecifier() local
367 createOuterNNS(Ctx, Namespace, FullyQualified, WithGlobalNsPrefix), in createNestedNameSpecifier()
/external/llvm-project/clang/lib/AST/
DQualTypeNames.cpp51 bool FullyQualified, bool WithGlobalNsPrefix);
266 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument
298 Ctx, TD, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf()
318 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument
336 Ctx, Decl, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf()
348 bool FullyQualified = true; // doesn't matter, DeclContexts are namespaces in createNestedNameSpecifier() local
351 createOuterNNS(Ctx, Namespace, FullyQualified, WithGlobalNsPrefix), in createNestedNameSpecifier()
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
Di60.input3 public class FullyQualified {
Di60.output3 public class FullyQualified {
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp687 TEST(CompletionTest, FullyQualified) { in TEST() argument