Searched refs:AliasLocation (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 56 public static class AliasLocation { class in XMLSource 60 public AliasLocation(String pathWhereFound, String localeWhereFound) { in AliasLocation() method in XMLSource.AliasLocation 718 AliasLocation fullStatus = getCachedFullStatus(xpath); in getValueAtDPath() 730 public XMLSource getSource(AliasLocation fullStatus) { in getSource() 769 AliasLocation fullStatus = getCachedFullStatus(xpath); in getFullPathAtDPath() 797 AliasLocation fullStatus = getCachedFullStatus(xpath); in getChangeDateAtDPath() 804 … private String getFullPath(String xpath, AliasLocation fullStatus, String fullPathWhereFound) { in getFullPath() 839 AliasLocation fullStatus = getPathLocation(xpath, true); in getBaileyValue() 849 private AliasLocation getCachedFullStatus(String xpath) { in getCachedFullStatus() 851 AliasLocation fullStatus = getSourceLocaleIDCache.get(xpath); in getCachedFullStatus() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1052 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/clang/include/clang/Sema/ |
D | Sema.h | 7362 IdentifierInfo *AliasName, SourceLocation AliasLocation,
|