HomeSort by: relevance | last modified time | path
    Searched refs:setBegin (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp 329 Range.setBegin(T->getBeginLoc());
333 Range.setBegin(T->getBeginLoc());
362 Range.setBegin(Comment->getBeginLoc());
369 Range.setBegin(Attr->getLocation());
388 Range.setBegin(Range.getBegin().getLocWithOffset(static_cast<int>(
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
67 Range.setBegin(B); Range.setEnd(E);
69 void setBegin(SourceLocation L) { Range.setBegin(L); }
105 Result.setBegin(beginLoc);
454 Result.setBegin(Start);
462 Result.setBegin(Loc);
483 Result.setBegin(Start);
496 Result.setBegin(Start);
Lexer.cpp 892 Range.setBegin(Begin);
913 Range.setBegin(MacroBegin);
933 Range.setBegin(SM.getImmediateSpellingLoc(Begin));
PPDirectives.cpp 87 Res.setBegin(Tmp.getLocation());
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kCollapseMOVEMPass.cpp 58 void setBegin(MachineBasicBlock::iterator &MI) {
224 State.setBegin(MI);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceLocation.h 224 void setBegin(SourceLocation b) { B = b; }
289 void setBegin(SourceLocation b) { Range.setBegin(b); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 57 Range.setBegin(TL.getBeginLoc());
70 Range.setBegin(IdentifierLoc);
83 Range.setBegin(NamespaceLoc);
96 Range.setBegin(AliasLoc);
118 Range.setBegin(SuperLoc);
699 TSWRange.setBegin(Loc);
SemaCXXScopeSpec.cpp 946 R.setBegin(SS.getRange().getBegin());
SemaTemplateVariadic.cpp 580 R.setBegin(Arg.getScopeSpec().getBeginLoc());
SemaExprMember.cpp 202 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
  /src/external/apache2/llvm/dist/clang/lib/Format/
SortJavaScriptImports.cpp 392 Reference.Range.setBegin(Start);
516 Symbol.Range.setBegin(
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 223 CorrectionRange.setBegin(SS->getBeginLoc());
DeclSpec.h 71 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
203 Range.setBegin(R.getBegin());
638 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
1954 Range.setBegin(Loc);
1967 Range.setBegin(SR.getBegin());
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp 609 Range.setBegin(SM.getExpansionLoc(Range.getBegin()));
BuildTree.cpp 941 SR.setBegin(DependentTL.getTemplateKeywordLoc());
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 1166 inline void setBegin(ASTNode * begin) { m_begin = begin; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp 1618 R.setBegin(ExternLoc);
ParseDeclCXX.cpp 1665 Range.setBegin(SS.getBeginLoc());
3808 SpecificationRange.setBegin(ConsumeToken());
ParseExprCXX.cpp 61 Range.setBegin(DigraphToken.getLocation());
833 Intro.Range.setBegin(T.getOpenLocation());
ParseObjc.cpp 680 AtEnd.setBegin(AtLoc);
793 AtEnd.setBegin(Tok.getLocation());
ParseStmt.cpp 2250 Attrs.Range.setBegin(StartLoc);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 568 BuiltinRange.setBegin(std::min(Range.getBegin(), BuiltinRange.getBegin()));
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 1048 Res.setBegin(getImmediateExpansionRange(Res.getBegin()).getBegin());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 6232 R.setBegin(VD->getLocation());
6262 R.setBegin(StartLoc);
6271 R.setBegin(VD->getLocation());
7703 RegionOfInterest.setBegin(
7719 RegionOfInterest.setBegin(SM.getExpansionLoc(Loc));

Completed in 194 milliseconds

1 2