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

/external/clang/include/clang/AST/
H A DDeclCXX.h115 SourceLocation getAccessSpecifierLoc() const { return getLocation(); } function in class:clang::AccessSpecDecl
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc());

Completed in 79 milliseconds