Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp114 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
123 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2001 setRangeEnd(EndLocation); in CXXDeductionGuideDecl()
2137 setRangeEnd(EndLocation); in FunctionDecl()
H A DDecl.h2197 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2749 Function->setRangeEnd(D->getSourceRange().getEnd()); in VisitFunctionDecl()
3158 Method->setRangeEnd(Constructor->getEndLoc()); in VisitCXXMethodDecl()
3165 Method->setRangeEnd(Destructor->getEndLoc()); in VisitCXXMethodDecl()
5628 Function->setRangeEnd(PatternDecl->getEndLoc()); in InstantiateFunctionDefinition()
H A DSemaDeclCXX.cpp3700 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
18851 Method->setRangeEnd(EndLoc); in CheckPureMethod()
H A DSemaDecl.cpp10908 NewFD->setRangeEnd(D.getSourceRange().getEnd()); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4268 ToFunction->setRangeEnd(ToEndLoc); in VisitFunctionDecl()