Searched refs:setFETokenInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp162 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*>(
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp302 void DeclarationName::setFETokenInfo(void *T) { function in class:DeclarationName
305 getAsIdentifierInfo()->setFETokenInfo(T);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h269 /// getFETokenInfo/setFETokenInfo - The language front-end is
280 void setFETokenInfo(void *T);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h253 /// getFETokenInfo/setFETokenInfo - The language front-end is allowed to
257 void setFETokenInfo(void *T) { FETokenInfo = T; } function in class:clang::IdentifierInfo

Completed in 181 milliseconds