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 159 Name.setFETokenInfo(D);
166 Name.setFETokenInfo(NULL);
228 Name.setFETokenInfo(NULL);
250 Name.setFETokenInfo(New);
327 Name.setFETokenInfo(D);
344 Name.setFETokenInfo(D);
348 Name.setFETokenInfo(NULL);
426 Name.setFETokenInfo(reinterpret_cast<void*>(
  /external/clang/lib/AST/
DeclarationName.cpp 347 void DeclarationName::setFETokenInfo(void *T) {
350 getAsIdentifierInfo()->setFETokenInfo(T);
  /external/clang/include/clang/AST/
DeclarationName.h 256 /// getFETokenInfo/setFETokenInfo - The language front-end is
263 void setFETokenInfo(void *T);
  /external/clang/include/clang/Basic/
IdentifierTable.h 243 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
247 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 451 milliseconds