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 162 Name.setFETokenInfo(D);
169 Name.setFETokenInfo(NULL);
231 Name.setFETokenInfo(NULL);
253 Name.setFETokenInfo(New);
338 Name.setFETokenInfo(D);
355 Name.setFETokenInfo(D);
359 Name.setFETokenInfo(NULL);
437 Name.setFETokenInfo(reinterpret_cast<void*>(
  /external/clang/lib/AST/
DeclarationName.cpp 302 void DeclarationName::setFETokenInfo(void *T) {
305 getAsIdentifierInfo()->setFETokenInfo(T);
  /external/clang/include/clang/AST/
DeclarationName.h 269 /// getFETokenInfo/setFETokenInfo - The language front-end is
280 void setFETokenInfo(void *T);
  /external/clang/include/clang/Basic/
IdentifierTable.h 256 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
260 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 44 milliseconds