HomeSort by: relevance | last modified time | path
    Searched refs:TheLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 301 SourceLocation TheLoc = Loc;
302 if (TheLoc.isInvalid() && TheDecl)
303 TheLoc = TheDecl->getLocation();
305 if (TheLoc.isValid()) {
306 TheLoc.print(OS, SM);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp 2597 auto TheLoc = SeekLocation(Locs);
2598 if (!TheLoc) {
2600 TheLoc =
2604 if (!TheLoc)
2608 LocIdx L = *TheLoc;

Completed in 27 milliseconds