Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DIdentifierResolver.cpp149 void *Ptr = Name.getFETokenInfo(); in AddDecl()
174 void *Ptr = Name.getFETokenInfo(); in InsertDeclAfter()
215 void *Ptr = Name.getFETokenInfo(); in RemoveDecl()
234 void *Ptr = Name.getFETokenInfo(); in begin()
306 void *Ptr = Name.getFETokenInfo(); in tryAddTopLevelDecl()
399 void *Ptr = Name.getFETokenInfo(); in operator []()
417 void *InfoPtr = D->getDeclName().getFETokenInfo(); in incrementSlowCase()
/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/llvm-project/clang/include/clang/AST/
DDeclarationName.h492 void *getFETokenInfo() const { in getFETokenInfo() function
495 return castAsIdentifierInfo()->getFETokenInfo(); in getFETokenInfo()
/external/clang/include/clang/Basic/
DIdentifierTable.h281 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); } in getFETokenInfo() function
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h301 void *getFETokenInfo() const { return FETokenInfo; } in getFETokenInfo() function
/external/clang/lib/Serialization/
DASTWriter.cpp3155 (NeedDecls && II->getFETokenInfo<void>())) in isInterestingIdentifier()
DASTReader.cpp762 II.getFETokenInfo<void>()); in isInterestingIdentifier()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3283 (NeedDecls && II->getFETokenInfo())) in isInterestingIdentifier()
DASTReader.cpp917 II.getFETokenInfo()); in isInterestingIdentifier()