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

  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 44 clang::SourceLocation const &SrcLoc = Info.getLocation();
49 if (SrcLoc.isValid()) {
50 SrcLoc.print(*mSOS, Info.getSourceManager());
  /external/llvm/lib/IR/
LLVMContext.cpp 107 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) {
108 if (SrcLoc->getNumOperands() != 0)
109 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0)))
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 440 void *LookupInlineAsmIdentifier(StringRef Name, void *SrcLoc,
443 SourceLocation Loc = SourceLocation::getFromPtrEncoding(SrcLoc);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 850 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M);
851 MemDepResult SrcDepInfo = MD->getPointerDependencyFrom(SrcLoc, true
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 732 milliseconds