Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp75 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
84 DeclAsFunction->setRangeEnd(KWEndLoc); in ParseCXXInlineMethodDef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1999 setRangeEnd(EndLocation);
2053 setRangeEnd(EndLocation);
H A DDecl.h1908 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1683 Function->setRangeEnd(D->getSourceRange().getEnd()); in VisitFunctionDecl()
1986 Method->setRangeEnd(Constructor->getEndLoc()); in VisitCXXMethodDecl()
1992 Method->setRangeEnd(Destructor->getEndLoc()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp3204 MD->setRangeEnd(VS.getLastLocation()); in ActOnCXXMemberDeclarator()
14874 Method->setRangeEnd(EndLoc); in CheckPureMethod()
H A DSemaDecl.cpp9128 NewFD->setRangeEnd(D.getSourceRange().getEnd()); in ActOnFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3152 ToFunction->setRangeEnd(ToEndLoc); in VisitFunctionDecl()