Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DIdentifierResolver.cpp152 Name.setFETokenInfo(D); in AddDecl()
159 Name.setFETokenInfo(nullptr); in AddDecl()
221 Name.setFETokenInfo(nullptr); in RemoveDecl()
309 Name.setFETokenInfo(D); in tryAddTopLevelDecl()
326 Name.setFETokenInfo(D); in tryAddTopLevelDecl()
330 Name.setFETokenInfo(nullptr); in tryAddTopLevelDecl()
408 Name.setFETokenInfo(reinterpret_cast<void*>( in operator []()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclarationName.h499 void setFETokenInfo(void *T) { in setFETokenInfo() function
502 castAsIdentifierInfo()->setFETokenInfo(T); in setFETokenInfo()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h310 void setFETokenInfo(void *T) { FETokenInfo = T; } in alignas()