Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DIdentifierResolver.cpp150 Name.setFETokenInfo(D); in AddDecl()
157 Name.setFETokenInfo(nullptr); in AddDecl()
219 Name.setFETokenInfo(nullptr); in RemoveDecl()
305 Name.setFETokenInfo(D); in tryAddTopLevelDecl()
322 Name.setFETokenInfo(D); in tryAddTopLevelDecl()
326 Name.setFETokenInfo(nullptr); in tryAddTopLevelDecl()
404 Name.setFETokenInfo(reinterpret_cast<void*>( in operator []()
/external/clang/lib/AST/
DDeclarationName.cpp321 void DeclarationName::setFETokenInfo(void *T) { in setFETokenInfo() function in DeclarationName
324 getAsIdentifierInfo()->setFETokenInfo(T); in setFETokenInfo()
/external/clang/include/clang/AST/
DDeclarationName.h285 void setFETokenInfo(void *T);
/external/clang/include/clang/Basic/
DIdentifierTable.h282 void setFETokenInfo(void *T) { FETokenInfo = T; } in setFETokenInfo() function