Home
last modified time | relevance | path

Searched refs:setRangeEnd (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp74 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
83 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1861 setRangeEnd(EndLocation); in CXXDeductionGuideDecl()
1959 setRangeEnd(EndLocation); in FunctionDecl()
H A DDecl.h2026 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1995 Function->setRangeEnd(D->getSourceRange().getEnd()); in VisitFunctionDecl()
2337 Method->setRangeEnd(Constructor->getEndLoc()); in VisitCXXMethodDecl()
2343 Method->setRangeEnd(Destructor->getEndLoc()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp3505 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
17122 Method->setRangeEnd(EndLoc); in CheckPureMethod()
H A DSemaDecl.cpp9860 NewFD->setRangeEnd(D.getSourceRange().getEnd()); in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3500 ToFunction->setRangeEnd(ToEndLoc); in VisitFunctionDecl()