Home
last modified time | relevance | path

Searched refs:getTypeSpecEndLoc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3100 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
3112 << FixItHint::CreateRemoval(VD->getTypeSpecEndLoc()); in DiagnoseForRangeReferenceVariableCopies()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h801 SourceLocation getTypeSpecEndLoc() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp1860 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() function in DeclaratorDecl