HomeSort by relevance Sort by last modified time
    Searched defs:setFETokenInfo (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclarationName.cpp 347 void DeclarationName::setFETokenInfo(void *T) {
350 getAsIdentifierInfo()->setFETokenInfo(T);
  /external/clang/include/clang/Basic/
IdentifierTable.h 243 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
247 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 87 milliseconds