HomeSort by: relevance | last modified time | path
    Searched refs:setFETokenInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp 152 Name.setFETokenInfo(D);
159 Name.setFETokenInfo(nullptr);
221 Name.setFETokenInfo(nullptr);
309 Name.setFETokenInfo(D);
326 Name.setFETokenInfo(D);
330 Name.setFETokenInfo(nullptr);
408 Name.setFETokenInfo(reinterpret_cast<void*>(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h 499 void setFETokenInfo(void *T) {
500 assert(getPtr() && "setFETokenInfo on an empty DeclarationName!");
502 castAsIdentifierInfo()->setFETokenInfo(T);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 310 void setFETokenInfo(void *T) { FETokenInfo = T; }

Completed in 17 milliseconds