Searched defs:IdDeclInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DIdentifierResolver.h37 /// IdDeclInfo - Keeps track of information about decls associated
41 class IdDeclInfo { class in class:clang::IdentifierResolver
78 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
80 /// 3) A IdDeclInfo::DeclsTy::iterator that traverses the decls of parent
83 typedef IdDeclInfo::DeclsTy::iterator BaseIter;
90 /// A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaration
201 /// FETokenInfo contains a IdDeclInfo pointer if lower bit == 1.
202 static inline IdDeclInfo *toIdDeclInfo(void *Ptr) {
204 && "Ptr not a IdDeclInfo* !");
205 return reinterpret_cast<IdDeclInfo*>(
[all...]

Completed in 229 milliseconds