clang-tools  3.9.0
Public Member Functions | List of all members
clang::rename::USRFindingAction Struct Reference

#include <USRFindingAction.h>

Public Member Functions

 USRFindingAction (unsigned Offset, const std::string &Name)
 
std::unique_ptr< ASTConsumernewASTConsumer ()
 
const std::string & getUSRSpelling ()
 
const std::vector< std::string > & getUSRs ()
 

Detailed Description

Definition at line 27 of file USRFindingAction.h.

Constructor & Destructor Documentation

clang::rename::USRFindingAction::USRFindingAction ( unsigned  Offset,
const std::string &  Name 
)
inline

Definition at line 28 of file USRFindingAction.h.

Member Function Documentation

const std::vector<std::string>& clang::rename::USRFindingAction::getUSRs ( )
inline

Definition at line 35 of file USRFindingAction.h.

const std::string& clang::rename::USRFindingAction::getUSRSpelling ( )
inline

Definition at line 33 of file USRFindingAction.h.

std::unique_ptr< ASTConsumer > clang::rename::USRFindingAction::newASTConsumer ( )

Definition at line 110 of file USRFindingAction.cpp.

References OldName(), and SymbolOffset().


The documentation for this struct was generated from the following files: