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

  /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 {
76 llvm::StringMapEntry<IdentifierInfo*> *Entry;
78 IdentifierInfo(const IdentifierInfo&); // NONCOPYABLE.
79 void operator=(const IdentifierInfo&); // NONASSIGNABLE.
84 IdentifierInfo();
103 // 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() {
149 IdentifierInfo &Info =
160 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
199 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
264 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator
305 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
310 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 304 milliseconds