Home
last modified time | relevance | path

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

/external/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 []()
/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/llvm-project/clang/include/clang/AST/
DDeclarationName.h499 void setFETokenInfo(void *T) { in setFETokenInfo() function
502 castAsIdentifierInfo()->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
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h302 void setFETokenInfo(void *T) { FETokenInfo = T; } in setFETokenInfo() function