Searched defs:getAtStartLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h609 SourceLocation getAtStartLoc() const { return AtStart; } function in class:clang::ObjCContainerDecl
783 return SourceRange(getAtStartLoc(), getLocation());
1660 return SourceRange(getAtStartLoc(), getLocation());

Completed in 515 milliseconds