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 150 Name.setFETokenInfo(D);
157 Name.setFETokenInfo(nullptr);
219 Name.setFETokenInfo(nullptr);
305 Name.setFETokenInfo(D);
322 Name.setFETokenInfo(D);
326 Name.setFETokenInfo(nullptr);
404 Name.setFETokenInfo(reinterpret_cast<void*>(
  /external/clang/lib/AST/
DeclarationName.cpp 300 void DeclarationName::setFETokenInfo(void *T) {
303 getAsIdentifierInfo()->setFETokenInfo(T);
  /external/clang/include/clang/AST/
DeclarationName.h 273 /// getFETokenInfo/setFETokenInfo - The language front-end is
284 void setFETokenInfo(void *T);
  /external/clang/include/clang/Basic/
IdentifierTable.h 255 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
259 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 52 milliseconds