Home
last modified time | relevance | path

Searched refs:EndRangeLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp2654 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()
2744 EndRangeLoc = B->getEndLoc(); in setBody()
3638 return SourceRange(getOuterLocStart(), EndRangeLoc); in getSourceRange()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1770 SourceLocation EndRangeLoc; variable
1908 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp878 FD->EndRangeLoc = ReadSourceLocation(); in VisitFunctionDecl()