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

/external/clang/lib/AST/
H A DDeclarationName.cpp300 void DeclarationName::setFETokenInfo(void *T) { function in class:DeclarationName
303 getAsIdentifierInfo()->setFETokenInfo(T);
/external/clang/include/clang/Basic/
H A DIdentifierTable.h252 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
256 void setFETokenInfo(void *T) { FETokenInfo = T; } function in class:clang::IdentifierInfo

Completed in 63 milliseconds