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

  /external/clang/lib/Sema/
IdentifierResolver.cpp 154 Name.setFETokenInfo(D);
161 Name.setFETokenInfo(NULL);
223 Name.setFETokenInfo(NULL);
245 Name.setFETokenInfo(New);
278 II->setFETokenInfo(D);
285 II->setFETokenInfo(NULL);
312 Name.setFETokenInfo(reinterpret_cast<void*>(
  /external/clang/lib/AST/
DeclarationName.cpp 344 void DeclarationName::setFETokenInfo(void *T) {
347 getAsIdentifierInfo()->setFETokenInfo(T);
361 getCXXLiteralIdentifier()->setFETokenInfo(T);
  /external/clang/include/clang/AST/
DeclarationName.h 255 /// getFETokenInfo/setFETokenInfo - The language front-end is
262 void setFETokenInfo(void *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 86 milliseconds