HomeSort by relevance Sort by last modified time
    Searched defs:getSourceRange (Results 26 - 31 of 31) sorted by null

12

  /external/clang/include/clang/AST/
DeclObjC.h 235 virtual SourceRange getSourceRange() const {
414 virtual SourceRange getSourceRange() const {
    [all...]
Stmt.h 257 SourceRange getSourceRange() const;
259 SourceLocation getLocStart() const { return getSourceRange().getBegin(); }
260 SourceLocation getLocEnd() const { return getSourceRange().getEnd(); }
380 SourceRange getSourceRange() const {
429 SourceRange getSourceRange() const { return SourceRange(SemiLoc); }
509 SourceRange getSourceRange() const {
550 SourceRange getSourceRange() const { return SourceRange(); }
605 SourceRange getSourceRange() const {
645 SourceRange getSourceRange() const {
682 SourceRange getSourceRange() const
    [all...]
Expr.h 663 SourceRange getSourceRange() const {
664 if (SourceExpr) return SourceExpr->getSourceRange();
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 445 const SourceRange &getSourceRange() const { return Range; }
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp 75 SourceRange getSourceRange() const {
78 return Ex->getSourceRange();
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 473 = SM.getDecomposedInstantiationLoc((*E)->getSourceRange().getBegin());
942 SourceLocation EndLoc = D->getSourceRange().getEnd();
    [all...]

Completed in 1235 milliseconds

12