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

  /external/clang/lib/Basic/
IdentifierTable.cpp 10 // This file implements the IdentifierInfo, IdentifierVisitor, and
27 // IdentifierInfo Implementation
30 IdentifierInfo::IdentifierInfo() {
132 IdentifierInfo &Info =
143 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
182 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const {
246 for (llvm::StringMap<IdentifierInfo*, llvm::BumpPtrAllocator>::const_iterator
287 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
292 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this+1)
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 10 // This file defines the IdentifierInfo, IdentifierTable, and Selector
36 class IdentifierInfo;
43 typedef std::pair<IdentifierInfo*, SourceLocation> IdentifierLocPair;
46 /// IdentifierInfo - One of these records is kept for each identifier that
51 class IdentifierInfo {
71 llvm::StringMapEntry<IdentifierInfo*> *Entry;
73 IdentifierInfo(const IdentifierInfo&); // NONCOPYABLE.
74 void operator=(const IdentifierInfo&); // NONASSIGNABLE.
79 IdentifierInfo();
    [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 1236 milliseconds