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

/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

Completed in 156 milliseconds