Searched refs:FullyQualified (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 48 bool FullyQualified, bool WithGlobalNsPrefix); 265 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument 297 Ctx, TD, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf() 317 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument 335 Ctx, Decl, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf() 347 bool FullyQualified = true; // doesn't matter, DeclContexts are namespaces in createNestedNameSpecifier() local 350 createOuterNNS(Ctx, Namespace, FullyQualified, WithGlobalNsPrefix), in createNestedNameSpecifier()
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsutils.c | 304 Info->FullyQualified = FALSE; in AcpiNsGetInternalNameLength() 316 Info->FullyQualified = TRUE; in AcpiNsGetInternalNameLength() 390 if (Info->FullyQualified) in AcpiNsBuildInternalName() 482 if (Info->FullyQualified) in AcpiNsBuildInternalName()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 404 BOOLEAN FullyQualified; member
|