Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java67 public static class AliasLocation { class in XMLSource
71 public AliasLocation(String pathWhereFound, String localeWhereFound) { in AliasLocation() method in XMLSource.AliasLocation
752 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getValueAtDPath()
768 public XMLSource getSource(AliasLocation fullStatus) { in getSource()
808 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getFullPathAtDPath()
836 AliasLocation fullStatus = getCachedFullStatus(xpath, true /* skipInheritanceMarker */); in getChangeDateAtDPath()
843 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath()
890AliasLocation fullStatus = getPathLocation(xpath, true /* skipFirst */, true /* skipInheritanceMar… in getBaileyValue()
908 private AliasLocation getCachedFullStatus(String xpath, boolean skipInheritanceMarker) { in getCachedFullStatus()
926 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus()
[all …]
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1052 SourceLocation AliasLocation, in ActOnCompatibilityAlias() argument
1056 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, in ActOnCompatibilityAlias()
1059 Diag(AliasLocation, diag::err_conflicting_aliasing_type) << AliasName; in ActOnCompatibilityAlias()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1138 SourceLocation AliasLocation, in ActOnCompatibilityAlias() argument
1143 LookupSingleName(TUScope, AliasName, AliasLocation, LookupOrdinaryName, in ActOnCompatibilityAlias()
1146 Diag(AliasLocation, diag::err_conflicting_aliasing_type) << AliasName; in ActOnCompatibilityAlias()
/external/clang/include/clang/Sema/
DSema.h7362 IdentifierInfo *AliasName, SourceLocation AliasLocation,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9343 IdentifierInfo *AliasName, SourceLocation AliasLocation,