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 147 Name.setFETokenInfo(D);
154 Name.setFETokenInfo(nullptr);
216 Name.setFETokenInfo(nullptr);
297 Name.setFETokenInfo(D);
314 Name.setFETokenInfo(D);
318 Name.setFETokenInfo(nullptr);
396 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 272 /// getFETokenInfo/setFETokenInfo - The language front-end is
283 void setFETokenInfo(void *T);
  /external/clang/include/clang/Basic/
IdentifierTable.h 252 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
256 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 1080 milliseconds