Home
last modified time | relevance | path

Searched refs:setFETokenInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Sema/
DIdentifierResolver.cpp158 Name.setFETokenInfo(D); in AddDecl()
165 Name.setFETokenInfo(nullptr); in AddDecl()
227 Name.setFETokenInfo(nullptr); in RemoveDecl()
315 Name.setFETokenInfo(D); in tryAddTopLevelDecl()
332 Name.setFETokenInfo(D); in tryAddTopLevelDecl()
336 Name.setFETokenInfo(nullptr); in tryAddTopLevelDecl()
414 Name.setFETokenInfo(reinterpret_cast<void*>( in operator []()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclarationName.h508 void setFETokenInfo(void *T) { in setFETokenInfo() function
511 castAsIdentifierInfo()->setFETokenInfo(T); in setFETokenInfo()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DIdentifierTable.h374 void setFETokenInfo(void *T) { FETokenInfo = T; } in alignas()