forked from OSchip/llvm-project
PointerLoc does not exist anymore.
SourceLocation is available from TypeLoc member functions. llvm-svn: 212447
This commit is contained in:
parent
889c71e90f
commit
4e9d3c3aee
|
@ -52,8 +52,7 @@ class VarTemplateDecl;
|
|||
/// A client can read the relevant info using TypeLoc wrappers, e.g:
|
||||
/// @code
|
||||
/// TypeLoc TL = TypeSourceInfo->getTypeLoc();
|
||||
/// if (PointerLoc *PL = dyn_cast<PointerLoc>(&TL))
|
||||
/// PL->getStarLoc().print(OS, SrcMgr);
|
||||
/// TL.getStartLoc().print(OS, SrcMgr);
|
||||
/// @endcode
|
||||
///
|
||||
class TypeSourceInfo {
|
||||
|
|
Loading…
Reference in New Issue