HomeSort by relevance Sort by last modified time
    Searched refs:ArgRange (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 191 SourceRange ArgRange = Msg->getArg(0)->getSourceRange();
194 ArgRange.getBegin()),
196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
197 ArgRange);
198 commit.insertWrap("[", ArgRange, "]");
402 SourceRange ArgRange = Msg->getArg(0)->getSourceRange();
403 commit.replaceWithInner(MsgRange, ArgRange);
404 commit.insertWrap("@[", ArgRange, "]");
423 SourceRange ArgRange(Msg->getArg(0)->getLocStart(),
425 commit.replaceWithInner(MsgRange, ArgRange);
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 242 SourceRange ArgRange(ArgLocBegin, ArgLocEnd);
247 << ArgRange << FixItHint::CreateReplacement(ArgRange, FixedName);
249 Diag(ArgLocBegin, diag::warn_doc_param_invalid_direction) << ArgRange;
324 SourceRange ArgRange(ArgLocBegin, ArgLocEnd);
326 << Arg << ArgRange;
334 SourceRange ArgRange(ArgLocBegin, ArgLocEnd);
336 << Arg << ArgRange;
354 << FixItHint::CreateReplacement(ArgRange, CorrectedName);
748 SourceRange ArgRange = PCC->getParamNameRange()
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 73 bool PreVisitProcessArg(CheckerContext &C, SVal V, SourceRange ArgRange,
92 SourceRange ArgRange,
141 SourceRange ArgRange,
175 R->addRange(ArgRange);
189 SourceRange ArgRange,
199 if (uninitRefOrPointer(C, V, ArgRange, ArgEx, BT, ParamDecl, BD))
210 R->addRange(ArgRange);
292 R->addRange(ArgRange);
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGCall.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1339 milliseconds

1 2