Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp74 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
83 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1910 setRangeEnd(EndLocation); in CXXDeductionGuideDecl()
2008 setRangeEnd(EndLocation); in FunctionDecl()
H A DDecl.h2124 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2123 Function->setRangeEnd(D->getSourceRange().getEnd()); in VisitFunctionDecl()
2508 Method->setRangeEnd(Constructor->getEndLoc()); in VisitCXXMethodDecl()
2518 Method->setRangeEnd(Destructor->getEndLoc()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp3588 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
17809 Method->setRangeEnd(EndLoc); in CheckPureMethod()
H A DSemaDecl.cpp10566 NewFD->setRangeEnd(D.getSourceRange().getEnd()); in ActOnFunctionDeclarator()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp3704 ToFunction->setRangeEnd(ToEndLoc); in VisitFunctionDecl()