HomeSort by relevance Sort by last modified time
    Searched defs:NewLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenAction.cpp 234 SourceLocation NewLoc =
236 return FullSourceLoc(NewLoc, CSM);
  /external/clang/lib/Lex/
Pragma.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 253 DebugLoc NewLoc;
256 NewLoc = DebugLoc::get(Line, Col, Loc.getScope(RealInst->getContext()),
259 NewLoc = DebugLoc::get(Line, Col, scope, 0);
267 addDebugLocation(I, NewLoc);

Completed in 151 milliseconds