Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp74 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
83 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1863 setRangeEnd(EndLocation); in CXXDeductionGuideDecl()
1961 setRangeEnd(EndLocation); in FunctionDecl()
H A DDecl.h2052 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2057 Function->setRangeEnd(D->getSourceRange().getEnd()); in VisitFunctionDecl()
2413 Method->setRangeEnd(Constructor->getEndLoc()); in VisitCXXMethodDecl()
2419 Method->setRangeEnd(Destructor->getEndLoc()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp3505 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
17327 Method->setRangeEnd(EndLoc); in CheckPureMethod()
H A DSemaDecl.cpp9919 NewFD->setRangeEnd(D.getSourceRange().getEnd()); in ActOnFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3549 ToFunction->setRangeEnd(ToEndLoc); in VisitFunctionDecl()