Searched refs:FullyQualified (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 51 bool FullyQualified, bool WithGlobalNsPrefix); 269 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument 301 Ctx, TD, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf() 321 bool FullyQualified, bool WithGlobalNsPrefix) { in createNestedNameSpecifierForScopeOf() argument 339 Ctx, Decl, FullyQualified, WithGlobalNsPrefix); in createNestedNameSpecifierForScopeOf() 351 bool FullyQualified = true; // doesn't matter, DeclContexts are namespaces in createNestedNameSpecifier() local 354 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 | 403 BOOLEAN FullyQualified; member
|