HomeSort by relevance Sort by last modified time
    Searched refs:EndLoc (Results 26 - 50 of 61) sorted by null

12 3

  /external/clang/include/clang/AST/
Stmt.h 443 SourceLocation StartLoc, EndLoc;
447 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
448 StartLoc(startLoc), EndLoc(endLoc) {}
468 SourceLocation getEndLoc() const { return EndLoc; }
469 void setEndLoc(SourceLocation L) { EndLoc = L; }
472 SourceLocation getLocEnd() const LLVM_READONLY { return EndLoc; }
    [all...]
DeclObjC.h 226 ObjCMethodDecl(SourceLocation beginLoc, SourceLocation endLoc,
247 DeclEndLoc(endLoc), Body(), SelfDecl(0), CmdDecl(0) {
259 SourceLocation endLoc,
670 SourceLocation EndLoc;
    [all...]
Decl.h     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 66 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
161 SMLoc StartLoc, EndLoc;
213 : MCParsedAsmOperand(), Kind(K), StartLoc(S), EndLoc(E) {}
220 SMLoc getEndLoc() const { return EndLoc; }
    [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
350 R.InsertTextAfter(EndLoc, "</body></html>\n");
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 479 SourceLocation EndLoc) {
485 Clobbers, EndLoc);
DeclSpec.cpp 179 I.EndLoc = LocalRangeEnd;
    [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 658 SourceLocation endloc)
661 EndLoc(endloc), NumAsmToks(asmtoks.size()) {
    [all...]
DeclObjC.cpp 555 SourceLocation endLoc,
566 return new (C) ObjCMethodDecl(beginLoc, endLoc,
    [all...]
Expr.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 411 SourceLocation EndLoc=SourceLocation());
422 SourceLocation EndLoc=SourceLocation());
    [all...]
RewriteObjC.cpp 359 SourceLocation EndLoc=SourceLocation());
368 SourceLocation EndLoc=SourceLocation());
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseStmt.cpp     [all...]
ParseExprCXX.cpp 234 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
236 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 775 SourceLocation EndLoc = Tok.getLocation();
778 Tok.setLocation(EndLoc);
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 317 SourceLocation EndLoc =
319 return EndLoc.isInvalid() ? getExpansionLocStart() : EndLoc;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 123 SourceLocation EndLoc = R.getEnd();
124 if (EndLoc.isValid() && EndLoc.isMacroID() && !SM.isMacroArgExpansion(EndLoc))
125 EndLoc = SM.getExpansionRange(EndLoc).second;
126 if (R.isTokenRange() && !EndLoc.isInvalid()) {
127 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc),
129 EndLoc = EndLoc.getLocWithOffset(Length)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 189 void CodeGenFunction::FinishFunction(SourceLocation EndLoc) {
212 DI->EmitLocation(Builder, EndLoc);
224 // the ret after it's been at EndLoc.
229 DI->EmitLocation(Builder, EndLoc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 943 milliseconds

12 3