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

/external/clang/include/clang/AST/
H A DDecl.h624 /// getInnerLocStart - Return SourceLocation representing start of source
626 SourceLocation getInnerLocStart() const { return InnerLocStart; } function in class:clang::DeclaratorDecl
2549 /// getInnerLocStart - Return SourceLocation representing start of source
2551 SourceLocation getInnerLocStart() const { return getLocStart(); }

Completed in 702 milliseconds