clang-tools  4.0.0
Namespaces | Functions
USRLocFinder.h File Reference

Provides functionality for finding all instances of a USR in a given AST. More...

#include "clang/AST/AST.h"
#include "llvm/ADT/StringRef.h"
#include <string>
#include <vector>
Include dependency graph for USRLocFinder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 clang
 -rename
 
 clang::rename
 

Functions

std::vector< SourceLocation > clang::rename::getLocationsOfUSRs (const std::vector< std::string > &USRs, llvm::StringRef PrevName, Decl *Decl)
 

Detailed Description

Provides functionality for finding all instances of a USR in a given AST.

Definition in file USRLocFinder.h.