Searched defs:IdentifierInfo (Results 1 - 9 of 9) sorted by path

/external/chromium_org/third_party/icu/source/i18n/
H A Didentifier_info.cpp26 UnicodeSet *IdentifierInfo::ASCII;
27 ScriptSet *IdentifierInfo::JAPANESE;
28 ScriptSet *IdentifierInfo::CHINESE;
29 ScriptSet *IdentifierInfo::KOREAN;
30 ScriptSet *IdentifierInfo::CONFUSABLE_WITH_LATIN;
32 UBool IdentifierInfo::cleanup() {
50 return IdentifierInfo::cleanup();
55 IdentifierInfo::IdentifierInfo(UErrorCode &status): function in class:IdentifierInfo
99 IdentifierInfo
[all...]
H A Didentifier_info.h42 * 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);
181 IdentifierInfo & clear();
/external/clang/include/clang/Basic/
H A DIdentifierTable.h11 /// \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
74 llvm::StringMapEntry<IdentifierInfo*> *Entry;
76 IdentifierInfo(const IdentifierInfo&) LLVM_DELETED_FUNCTION;
77 void operator=(const IdentifierInfo&) LLVM_DELETED_FUNCTION;
82 IdentifierInfo();
101 // std::pair<IdentifierInfo, cons
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp56 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const {
154 IdentifierInfo *propertyID) {
172 IdentifierInfo *
185 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
247 IdentifierInfo *PropertyId) const {
482 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID,
514 const IdentifierInfo*ICName) {
532 ObjCInterfaceDecl::lookupNestedProtocol(IdentifierInfo *Name) {
1132 IdentifierInfo *Id,
1155 SourceLocation AtLoc, IdentifierInfo *I
513 lookupInheritedClass( const IdentifierInfo*ICName) argument
[all...]
/external/clang/lib/Basic/
H A DIdentifierTable.cpp10 // This file implements the IdentifierInfo, IdentifierVisitor, and
29 // IdentifierInfo Implementation
32 IdentifierInfo::IdentifierInfo() { function in class:IdentifierInfo
152 IdentifierInfo &Info =
163 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
202 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
267 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator
308 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
313 IdentifierInfo **KeyInf
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp849 llvm::SetVector<IdentifierInfo*> LazySymbols;
855 llvm::SetVector<IdentifierInfo*> DefinedSymbols;
858 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> ClassNames;
875 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> PropertyNames;
878 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> ClassReferences;
886 llvm::DenseMap<IdentifierInfo*, llvm::GlobalVariable*> Protocols;
890 llvm::DenseSet<IdentifierInfo*> DefinedProtocols;
916 llvm::Constant *GetMethodVarName(IdentifierInfo *Ident);
928 llvm::Constant *GetPropertyName(IdentifierInfo *Ident);
936 llvm::Constant *GetClassName(IdentifierInfo *Iden
2769 PushProtocolProperties(llvm::SmallPtrSet<const IdentifierInfo*,16> &PropertySet, SmallVectorImpl<llvm::Constant *> &Properties, const Decl *Container, const ObjCProtocolDecl *Proto, const ObjCCommonTypesHelper &ObjCTypes) argument
[all...]
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp11 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/icu/icu4c/source/i18n/
H A Didentifier_info.cpp72 IdentifierInfo::IdentifierInfo(UErrorCode &status): function in class:IdentifierInfo
94 IdentifierInfo::~IdentifierInfo() {
104 IdentifierInfo &IdentifierInfo::clear() {
113 IdentifierInfo &IdentifierInfo::setIdentifierProfile(const UnicodeSet &identifierProfile) {
119 const UnicodeSet &IdentifierInfo::getIdentifierProfile() const {
124 IdentifierInfo
[all...]
H A Didentifier_info.h42 * 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();

Completed in 4811 milliseconds