Home
last modified time | relevance | path

Searched refs:Presumed (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp538 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/
DJSONNodeDumper.cpp212 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/
Daclocal.m4179 # Presumed to be DEC OSF/1, Digital UNIX, or
594 # Presumed to be DEC OSF/1, Digital UNIX, or
/external/tcpdump/
Daclocal.m4173 # Presumed to be DEC OSF/1, Digital UNIX, or
/external/starlark-go/doc/
Dspec.md1318 <!-- This is similar to Python[23]. Presumed rational: it resembles