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 344 void DeclarationName::setFETokenInfo(void *T) {
347 getAsIdentifierInfo()->setFETokenInfo(T);
361 getCXXLiteralIdentifier()->setFETokenInfo(T);
  /external/clang/include/clang/Basic/
IdentifierTable.h 241 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
245 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 141 milliseconds