Home
last modified time | relevance | path

Searched refs:getAccessSpecifierLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h102 SourceLocation getAccessSpecifierLoc() const { return getLocation(); } in getAccessSpecifierLoc() function
114 return SourceRange(getAccessSpecifierLoc(), getColonLoc()); in getSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1273 D->getAccessSpecifierLoc(), D->getColonLoc()); in VisitAccessSpecDecl()