Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp227 SourceLocation TheLoc = Loc; in print() local
228 if (TheLoc.isInvalid() && TheDecl) in print()
229 TheLoc = TheDecl->getLocation(); in print()
231 if (TheLoc.isValid()) { in print()
232 TheLoc.print(OS, SM); in print()
/external/llvm-project/clang/lib/AST/
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()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2595 auto TheLoc = SeekLocation(Locs); in pickVPHILoc() local
2596 if (!TheLoc) { in pickVPHILoc()
2598 TheLoc = in pickVPHILoc()
2602 if (!TheLoc) in pickVPHILoc()
2606 LocIdx L = *TheLoc; in pickVPHILoc()