Home
last modified time | relevance | path

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

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