Searched refs:AliasLocation (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 67 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() 890 …AliasLocation 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/ |
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/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1138 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/ |
D | Sema.h | 7362 IdentifierInfo *AliasName, SourceLocation AliasLocation,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9343 IdentifierInfo *AliasName, SourceLocation AliasLocation,
|