Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1617 SourceLocation EndRangeLoc; variable
1695 HasSkippedBody(false), EndRangeLoc(NameInfo.getEndLoc()), in FunctionDecl()
1753 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2820 EndRangeLoc(NameInfo.getEndLoc()), DNLoc(NameInfo.getInfo()) { in FunctionDecl()
2986 EndRangeLoc = B->getEndLoc(); in setBody()
3961 return SourceRange(getOuterLocStart(), EndRangeLoc); in getSourceRange()
/external/llvm-project/clang/include/clang/AST/
DDecl.h1870 SourceLocation EndRangeLoc; variable
2006 void setRangeEnd(SourceLocation E) { EndRangeLoc = E; } in setRangeEnd()
/external/clang/lib/AST/
DDecl.cpp2504 EndRangeLoc = B->getLocEnd(); in setBody()
3347 return SourceRange(getOuterLocStart(), EndRangeLoc); in getSourceRange()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp780 FD->EndRangeLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp890 FD->EndRangeLoc = readSourceLocation(); in VisitFunctionDecl()