Searched refs:Presumed (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | Preamble.cpp | 538 auto Presumed = SM.getPresumedLoc(Loc); in translatePreamblePatchLocation() local 540 if (Presumed.isValid() && Presumed.getFileID().isInvalid() && in translatePreamblePatchLocation() 541 isMainFile(Presumed.getFilename(), SM)) { in translatePreamblePatchLocation() 542 Loc = SM.translateLineCol(SM.getMainFileID(), Presumed.getLine(), in translatePreamblePatchLocation() 543 Presumed.getColumn()); in translatePreamblePatchLocation()
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 212 PresumedLoc Presumed = SM.getPresumedLoc(Loc); in writeBareSourceLocation() local 217 if (Presumed.isValid()) { in writeBareSourceLocation() 225 StringRef PresumedFile = Presumed.getFilename(); in writeBareSourceLocation() 229 unsigned PresumedLine = Presumed.getLine(); in writeBareSourceLocation() 233 JOS.attribute("col", Presumed.getColumn()); in writeBareSourceLocation() 244 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
|
/external/libpcap/ |
D | aclocal.m4 | 179 # Presumed to be DEC OSF/1, Digital UNIX, or 594 # Presumed to be DEC OSF/1, Digital UNIX, or
|
/external/tcpdump/ |
D | aclocal.m4 | 173 # Presumed to be DEC OSF/1, Digital UNIX, or
|
/external/starlark-go/doc/ |
D | spec.md | 1318 <!-- This is similar to Python[23]. Presumed rational: it resembles
|