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
83 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
85 /// 3) A IdDeclInfo::DeclsTy::iterator that traverses the decls of parent
88 typedef IdDeclInfo::DeclsTy::iterator BaseIter;
95 /// A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaration
209 /// FETokenInfo contains a IdDeclInfo pointer if lower bit == 1.
210 static inline IdDeclInfo *toIdDeclInfo(void *Ptr) {
212 && "Ptr not a IdDeclInfo* !");
213 return reinterpret_cast<IdDeclInfo*>(
[all...]

Completed in 54 milliseconds