HomeSort by relevance Sort by last modified time
    Searched defs:getLocStart (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
Decl.h 474 SourceLocation getLocStart() const { return LocStart; }
    [all...]
DeclBase.h 315 SourceLocation getLocStart() const { return getSourceRange().getBegin(); }
    [all...]
DeclObjC.h 282 SourceLocation getLocStart() const { return getLocation(); }
780 SourceLocation getLocStart() const { return getAtStartLoc(); } // '@'interface
    [all...]
Stmt.h 260 SourceLocation getLocStart() const { return getSourceRange().getBegin(); }
    [all...]

Completed in 62 milliseconds