Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp2789 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()
2910 EndRangeLoc = B->getEndLoc(); in setBody()
3869 return SourceRange(getOuterLocStart(), EndRangeLoc); in getSourceRange()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1848 SourceLocation EndRangeLoc; variable
1984 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp879 FD->EndRangeLoc = readSourceLocation(); in VisitFunctionDecl()