Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h115 SourceLocation getAccessSpecifierLoc() const { return getLocation(); } in getAccessSpecifierLoc() function
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc()); in getSourceRange()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp513 D->getAccessSpecifierLoc(), D->getColonLoc()); in VisitAccessSpecDecl()