HomeSort by relevance Sort by last modified time
    Searched defs:IdentifierInfo (Results 1 - 5 of 5) sorted by null

  /external/icu4c/i18n/
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 {
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();
identifier_info.cpp 26 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):
99 IdentifierInfo::~IdentifierInfo()
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and
35 class IdentifierInfo;
42 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair;
50 class IdentifierInfo {
77 llvm::StringMapEntry<IdentifierInfo*> *Entry;
79 IdentifierInfo(const IdentifierInfo&) LLVM_DELETED_FUNCTION;
80 void operator=(const IdentifierInfo&) LLVM_DELETED_FUNCTION;
85 IdentifierInfo();
104 // std::pair<IdentifierInfo, const char*>, where internal pointe
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 10 // This file implements the IdentifierInfo, IdentifierVisitor, and
27 // IdentifierInfo Implementation
30 IdentifierInfo::IdentifierInfo() {
148 IdentifierInfo &Info =
159 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
198 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
263 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator
304 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
309 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1)
    [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 11 class IdentifierInfo;
33 static Kind getKind(const IdentifierInfo * Name);
66 class IdentifierInfo {
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:11:
    [all...]

Completed in 1009 milliseconds