17 return E->getExprLoc();
19 return S->getBeginLoc();
21 return D->getBeginLoc();
27 return E->getSourceRange();
29 return S->getSourceRange();
31 return D->getSourceRange();
Decl - This represents one declaration (or definition), e.g.
This represents one expression.
Encodes a location in the source.
A trivial tuple used to represent a source range.
Stmt - This represents one statement.
const Expr * asExpr() const
const Decl * asDecl() const
const Stmt * asStmt() const
SourceLocation getLoc() const
SourceRange getRange() const
Top level wrappers for InstallAPI frontend operations.