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

  /external/icu/icu4c/source/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);
176 IdentifierInfo & clear();
identifier_info.cpp 72 IdentifierInfo::IdentifierInfo(UErrorCode &status):
94 IdentifierInfo::~IdentifierInfo() {
104 IdentifierInfo &IdentifierInfo::clear() {
113 IdentifierInfo &IdentifierInfo::setIdentifierProfile(const UnicodeSet &identifierProfile) {
119 const UnicodeSet &IdentifierInfo::getIdentifierProfile() const {
124 IdentifierInfo &IdentifierInfo::setIdentifier(const UnicodeString &identifier, UErrorCode &status)
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and
32 class IdentifierInfo;
39 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair;
47 class IdentifierInfo {
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, const char*>, where internal pointe
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 10 // This file implements the IdentifierInfo, IdentifierVisitor, and
29 // IdentifierInfo Implementation
32 IdentifierInfo::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 **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 109 milliseconds