Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp74 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
83 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1896 setRangeEnd(EndLocation); in CXXDeductionGuideDecl()
1994 setRangeEnd(EndLocation); in FunctionDecl()
H A DDecl.h2077 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2117 Function->setRangeEnd(D->getSourceRange().getEnd()); in VisitFunctionDecl()
2480 Method->setRangeEnd(Constructor->getEndLoc()); in VisitCXXMethodDecl()
2487 Method->setRangeEnd(Destructor->getEndLoc()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp3554 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
17598 Method->setRangeEnd(EndLoc); in CheckPureMethod()
H A DSemaDecl.cpp10367 NewFD->setRangeEnd(D.getSourceRange().getEnd()); in ActOnFunctionDeclarator()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3595 ToFunction->setRangeEnd(ToEndLoc); in VisitFunctionDecl()