/external/icu/icu4c/source/i18n/ |
H A D | identifier_info.h | 42 * This is a port from ICU4J of class com.ibm.icu.text.IdentifierInfo 44 class U_I18N_API IdentifierInfo : public UMemory { class in inherits:UMemory 51 IdentifierInfo(UErrorCode &status); 56 virtual ~IdentifierInfo(); 60 IdentifierInfo(const IdentifierInfo &other); 71 IdentifierInfo &setIdentifierProfile(const UnicodeSet &identifierProfile); 90 IdentifierInfo &setIdentifier(const UnicodeString &identifier, UErrorCode &status); 176 IdentifierInfo & clear();
|
H A D | identifier_info.cpp | 70 IdentifierInfo::IdentifierInfo(UErrorCode &status): function in class:IdentifierInfo 92 IdentifierInfo::~IdentifierInfo() { 102 IdentifierInfo &IdentifierInfo::clear() { 111 IdentifierInfo &IdentifierInfo::setIdentifierProfile(const UnicodeSet &identifierProfile) { 117 const UnicodeSet &IdentifierInfo::getIdentifierProfile() const { 122 IdentifierInfo [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | IdentifierInfo.java | 42 public class IdentifierInfo { class 60 public IdentifierInfo() { method in class:IdentifierInfo 64 private IdentifierInfo clear() { 82 public IdentifierInfo setIdentifierProfile(UnicodeSet identifierProfile) { 109 public IdentifierInfo setIdentifier(String identifier) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | IdentifierInfo.java | 40 public class IdentifierInfo { class 58 public IdentifierInfo() { method in class:IdentifierInfo 62 private IdentifierInfo clear() { 80 public IdentifierInfo setIdentifierProfile(UnicodeSet identifierProfile) { 107 public IdentifierInfo setIdentifier(String identifier) {
|
/external/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and 32 class IdentifierInfo; 39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair; 47 class IdentifierInfo { class in namespace:clang 75 llvm::StringMapEntry<IdentifierInfo*> *Entry; 77 IdentifierInfo(const IdentifierInfo&) = delete; 78 void operator=(const IdentifierInfo&) = delete; 83 IdentifierInfo(); 102 // std::pair<IdentifierInfo, cons [all...] |
/external/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 10 // This file implements the IdentifierInfo, IdentifierVisitor, and 30 // IdentifierInfo Implementation 33 IdentifierInfo::IdentifierInfo() { function in class:IdentifierInfo 176 IdentifierInfo &Info = 187 IdentifierInfo &Info = Table.get(Keyword, TokenCode); 244 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { 254 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { 319 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator 360 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **II [all...] |
/external/clang/test/Index/ |
H A D | recursive-cxx-member-calls.cpp | 11 class IdentifierInfo; 33 static Kind getKind(const IdentifierInfo * Name); 66 class IdentifierInfo { class in namespace:clang 67 public:IdentifierInfo(); 69 typedef std::pair < IdentifierInfo, const char *>actualtype; 73 typedef std::pair < IdentifierInfo, const char *>actualtype; 100 AttributeList::Kind AttributeList::getKind(const IdentifierInfo * Name) { 248 // CHECK-tokens: Keyword: "class" [11:3 - 11:8] ClassDecl=IdentifierInfo:11:9 249 // CHECK-tokens: Identifier: "IdentifierInfo" [11:9 - 11:23] ClassDecl=IdentifierInfo [all...] |
/external/clang/lib/AST/ |
H A D | DeclObjC.cpp | 56 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const { 155 const IdentifierInfo *propertyID) { 182 IdentifierInfo * 195 const IdentifierInfo *PropertyId) const { 322 IdentifierInfo *PropertyId) const { 563 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, 595 const IdentifierInfo*ICName) { 613 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) { 1282 IdentifierInfo *name, 1353 IdentifierInfo *I 594 lookupInheritedClass( const IdentifierInfo*ICName) argument [all...] |
/external/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 821 llvm::SetVector<IdentifierInfo*> LazySymbols; 827 llvm::SetVector<IdentifierInfo*> DefinedSymbols; 847 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames; 850 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> ClassReferences; 858 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> Protocols; 862 llvm::DenseSet<IdentifierInfo*> DefinedProtocols; 888 llvm::Constant *GetMethodVarName(IdentifierInfo *Ident); 900 llvm::Constant *GetPropertyName(IdentifierInfo *Ident); 962 llvm::Constant *GetIvarLayoutName(IdentifierInfo *Ident, 980 llvm::SmallPtrSet<const IdentifierInfo*, 1 2877 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, SmallVectorImpl<llvm::Constant *> &Properties, const Decl *Container, const ObjCProtocolDecl *Proto, const ObjCCommonTypesHelper &ObjCTypes) argument [all...] |