Home
last modified time | relevance | path

Searched refs:handleCXXRecordDecl (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp79 handleCXXRecordDecl(RecordDecl); in Find()
116 void handleCXXRecordDecl(const CXXRecordDecl *RecordDecl) { in handleCXXRecordDecl() function in clang::tooling::__anon590f5f360111::AdditionalUSRFinder
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp643 return handleCXXRecordDecl(CXXRD, D); in handleTagDecl()
868 return handleCXXRecordDecl(D->getTemplatedDecl(), D); in handleClassTemplate()
975 bool CXIndexDataConsumer::handleCXXRecordDecl(const CXXRecordDecl *RD, in handleCXXRecordDecl() function in CXIndexDataConsumer
DCXIndexDataConsumer.h454 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp637 return handleCXXRecordDecl(CXXRD, D); in handleTagDecl()
861 return handleCXXRecordDecl(D->getTemplatedDecl(), D); in handleClassTemplate()
979 bool CXIndexDataConsumer::handleCXXRecordDecl(const CXXRecordDecl *RD, in handleCXXRecordDecl() function in CXIndexDataConsumer
DCXIndexDataConsumer.h486 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);