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

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

Completed in 201 milliseconds