HomeSort by relevance Sort by last modified time
    Searched refs:SrcLoc (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 38 clang::SourceLocation const &SrcLoc = Info.getLocation();
43 if (SrcLoc.isValid()) {
44 SrcLoc.print(stream, Info.getSourceManager());
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 101 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) {
102 if (SrcLoc->getNumOperands() != 0)
104 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0)))
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 96 milliseconds