Searched refs:FullyQualified (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Tooling/Core/ |
D | QualTypeNames.cpp | 67 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/ |
D | QualTypeNames.cpp | 51 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/ |
D | i60.input | 3 public class FullyQualified {
|
D | i60.output | 3 public class FullyQualified {
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 687 TEST(CompletionTest, FullyQualified) { in TEST() argument
|