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

/external/clang/lib/Sema/
H A DIdentifierResolver.cpp144 void *Ptr = Name.getFETokenInfo<void>();
169 void *Ptr = Name.getFETokenInfo<void>();
210 void *Ptr = Name.getFETokenInfo<void>();
229 void *Ptr = Name.getFETokenInfo<void>();
294 void *Ptr = Name.getFETokenInfo<void>();
387 void *Ptr = Name.getFETokenInfo<void>();
405 void *InfoPtr = D->getDeclName().getFETokenInfo<void>();
/external/clang/include/clang/AST/
H A DDeclarationName.h272 /// getFETokenInfo/setFETokenInfo - The language front-end is
277 T *getFETokenInfo() const { function in class:clang::DeclarationName
279 return Info->getFETokenInfo<T>();
/external/clang/include/clang/Basic/
H A DIdentifierTable.h252 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
255 T *getFETokenInfo() const { return static_cast<T*>(FETokenInfo); } function in class:clang::IdentifierInfo
/external/clang/lib/Serialization/
H A DASTWriter.cpp2976 II->getFETokenInfo<void>())
H A DASTReader.cpp689 II.getFETokenInfo<void>();

Completed in 1885 milliseconds