Home
last modified time | relevance | path

Searched refs:TheLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp301 SourceLocation TheLoc = Loc; in print() local
302 if (TheLoc.isInvalid() && TheDecl) in print()
303 TheLoc = TheDecl->getLocation(); in print()
305 if (TheLoc.isValid()) { in print()
306 TheLoc.print(OS, SM); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2597 auto TheLoc = SeekLocation(Locs); in pickVPHILoc() local
2598 if (!TheLoc) { in pickVPHILoc()
2600 TheLoc = in pickVPHILoc()
2604 if (!TheLoc) in pickVPHILoc()
2608 LocIdx L = *TheLoc; in pickVPHILoc()