Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp79 handleCXXRecordDecl(RecordDecl); in Find()
116 void handleCXXRecordDecl(const CXXRecordDecl *RecordDecl) { in handleCXXRecordDecl() function in clang::tooling::__anona7892ad30111::AdditionalUSRFinder
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp650 return handleCXXRecordDecl(CXXRD, D); in handleTagDecl()
875 return handleCXXRecordDecl(D->getTemplatedDecl(), D); in handleClassTemplate()
988 bool CXIndexDataConsumer::handleCXXRecordDecl(const CXXRecordDecl *RD, in handleCXXRecordDecl() function in CXIndexDataConsumer
H A DCXIndexDataConsumer.h455 bool handleCXXRecordDecl(const CXXRecordDecl *RD, const NamedDecl *OrigD);