Home
last modified time | relevance | path

Searched refs:getFETokenInfo (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DIdentifierResolver.cpp147 void *Ptr = Name.getFETokenInfo<void>(); in AddDecl()
172 void *Ptr = Name.getFETokenInfo<void>(); in InsertDeclAfter()
213 void *Ptr = Name.getFETokenInfo<void>(); in RemoveDecl()
232 void *Ptr = Name.getFETokenInfo<void>(); in begin()
302 void *Ptr = Name.getFETokenInfo<void>(); in tryAddTopLevelDecl()
395 void *Ptr = Name.getFETokenInfo<void>(); in operator []()
413 void *InfoPtr = D->getDeclName().getFETokenInfo<void>(); in incrementSlowCase()
/external/clang/include/clang/AST/
DDeclarationName.h279 T *getFETokenInfo() const { in getFETokenInfo() function
281 return Info->getFETokenInfo<T>(); in getFETokenInfo()
/external/clang/include/clang/Basic/
DIdentifierTable.h281 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); } in getFETokenInfo() function
/external/clang/lib/Serialization/
DASTWriter.cpp3155 (NeedDecls && II->getFETokenInfo<void>())) in isInterestingIdentifier()
DASTReader.cpp762 II.getFETokenInfo<void>()); in isInterestingIdentifier()