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

1 2 3

  /external/clang/include/clang/AST/
StmtOpenMP.h 33 SourceLocation StartLoc;
39 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc)
40 : StartLoc(StartLoc), EndLoc(EndLoc), Kind(K) {}
45 SourceLocation getLocStart() const { return StartLoc; }
50 void setLocStart(SourceLocation Loc) { StartLoc = Loc; }
57 bool isImplicit() const { return StartLoc.isInvalid();}
157 /// \param StartLoc Starting location of the clause.
162 SourceLocation StartLoc, SourceLocation LParenLoc,
164 : OMPClause(OMPC_default, StartLoc, EndLoc), LParenLoc(LParenLoc)
    [all...]
Decl.h 343 NamespaceDecl(DeclContext *DC, bool Inline, SourceLocation StartLoc,
360 bool Inline, SourceLocation StartLoc,
752 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc,
773 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclCXX.h 613 SourceLocation StartLoc, SourceLocation IdLoc,
662 SourceLocation StartLoc, SourceLocation IdLoc,
    [all...]
DeclTemplate.h     [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 63 SMLoc StartLoc, EndLoc;
106 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc)
107 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc)
122 static SystemZOperand *createInvalid(SMLoc StartLoc, SMLoc EndLoc) {
123 return new SystemZOperand(KindInvalid, StartLoc, EndLoc);
132 SMLoc StartLoc, SMLoc EndLoc) {
133 SystemZOperand *Op = new SystemZOperand(KindReg, StartLoc, EndLoc);
138 static SystemZOperand *createAccessReg(unsigned Num, SMLoc StartLoc,
140 SystemZOperand *Op = new SystemZOperand(KindAccessReg, StartLoc, EndLoc)
    [all...]
  /external/clang/lib/Parse/
ParseInit.cpp 223 SourceLocation StartLoc = T.getOpenLocation();
236 CheckArrayDesignatorSyntax(*this, StartLoc, Desig);
237 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
254 CheckArrayDesignatorSyntax(*this, StartLoc, Desig);
255 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
280 CheckArrayDesignatorSyntax(*this, StartLoc, Desig);
282 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
292 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
327 return ParseAssignmentExprWithObjCMessageExprStart(StartLoc,
335 Desig.AddDesignator(Designator::getArray(Idx.release(), StartLoc));
    [all...]
ParseDeclCXX.cpp 689 SourceLocation StartLoc = Tok.getLocation();
711 StartLoc : T.getOpenLocation();
776 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
778 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
780 Diag(StartLoc, DiagID) << PrevSpec;
787 SourceLocation StartLoc,
801 Tok.setLocation(StartLoc);
809 SourceLocation StartLoc = ConsumeToken();
829 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
831 Diag(StartLoc, DiagID) << PrevSpec
    [all...]
Parser.cpp 220 SourceLocation StartLoc = Tok.getLocation();
234 Diag(StartLoc, diag::warn_cxx98_compat_top_level_semi)
235 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
237 Diag(StartLoc, diag::ext_extra_semi_cxx11)
238 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
243 Diag(StartLoc, diag::ext_extra_semi)
245 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
248 Diag(StartLoc, diag::warn_extra_semi_after_mem_fn_def)
249 << FixItHint::CreateRemoval(SourceRange(StartLoc, EndLoc));
685 SourceLocation StartLoc = Tok.getLocation()
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 205 SourceLocation StartLoc,
210 Res = ActOnOpenMPParallelDirective(Clauses, AStmt, StartLoc, EndLoc);
224 SourceLocation StartLoc,
228 return Owned(OMPParallelDirective::Create(Context, StartLoc, EndLoc,
235 SourceLocation StartLoc,
243 ArgumentLoc, StartLoc, LParenLoc, EndLoc);
256 SourceLocation StartLoc,
282 return new (Context) OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc,
288 SourceLocation StartLoc,
294 Res = ActOnOpenMPPrivateClause(VarList, StartLoc, LParenLoc, EndLoc)
    [all...]
SemaExprCXX.cpp     [all...]
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 60 SMLoc StartLoc;
63 : Name(n), Modifiers(m), StartLoc(Loc) {}
66 SMLoc getLoc() const { return StartLoc; }
  /external/clang/lib/AST/
DeclTemplate.cpp 519 SourceLocation StartLoc,
528 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
544 SourceLocation StartLoc, SourceLocation IdLoc,
548 return new (C) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
554 SourceLocation StartLoc, SourceLocation IdLoc,
564 return new (Mem) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc,
708 DeclContext *DC, SourceLocation StartLoc,
714 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc,
732 SourceLocation StartLoc,
741 TK, DC, StartLoc, IdLoc
    [all...]
DeclCXX.cpp 77 SourceLocation StartLoc, SourceLocation IdLoc,
79 : RecordDecl(K, TK, DC, StartLoc, IdLoc, Id, PrevDecl),
84 DeclContext *DC, SourceLocation StartLoc,
88 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TK, DC, StartLoc, IdLoc,
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 390 SourceLocation StartLoc
395 StartLoc) != DiagnosticsEngine::Ignored) {
418 Diag(StartLoc, diag::warn_uncovered_module_header)
428 SourceLocation StartLoc
431 StartLoc)
448 Diag(StartLoc, diag::warn_forgotten_module_header)
TokenLexer.cpp 517 SourceLocation StartLoc = Tok.getLocation();
660 if (StartLoc.isFileID())
661 StartLoc = getExpansionLocForMacroDefLoc(StartLoc);
665 while (SM.getFileID(StartLoc) != MacroFID)
666 StartLoc = SM.getImmediateExpansionRange(StartLoc).first;
670 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 446 clang::SourceLocation StartLoc,
453 clang::SourceLocation StartLoc,
497 StartLoc,
585 ClearArrayRSObject(C, DC, RefRSArrPtrSubscript, StartLoc, Loc);
588 ClearStructRSObject(C, DC, RefRSArrPtrSubscript, StartLoc, Loc);
670 clang::SourceLocation StartLoc,
730 StartLoc,
761 StartLoc,
767 StartLoc,
785 clang::SourceLocation StartLoc,
    [all...]
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 112 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 501 SMLoc StartLoc);
509 X86Operand *ParseMemOperand(unsigned SegReg, SMLoc StartLoc);
564 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
618 SMLoc StartLoc, EndLoc;
654 : Kind(K), StartLoc(Start), EndLoc(End) {}
660 SMLoc getStartLoc() const { return StartLoc; }
665 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
942 static X86Operand *CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc,
947 X86Operand *Res = new X86Operand(Register, StartLoc, EndLoc);
956 static X86Operand *CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLoc EndLoc)
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 190 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
250 SMLoc StartLoc, EndLoc;
282 StartLoc = o.StartLoc;
302 SMLoc getStartLoc() const { return StartLoc; }
485 Op->StartLoc = S;
499 Op->StartLoc = S;
508 Op->StartLoc = S;
519 Op->StartLoc = S;
529 Op->StartLoc = S
    [all...]
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID);
278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
347 R.InsertTextBefore(StartLoc, os.str());
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 75 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
272 SMLoc StartLoc, EndLoc;
344 Op->StartLoc = S;
352 Op->StartLoc = S;
360 Op->StartLoc = S;
370 Op->StartLoc = S;
423 return StartLoc;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 188 BlockEdge StartLoc(Entry, Succ, L);
195 generateNode(StartLoc, SubEng.getInitialState(L), 0);
197 generateNode(StartLoc, InitState, 0);
  /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) {}
219 SMLoc getStartLoc() const { return StartLoc; }
    [all...]

Completed in 808 milliseconds

1 2 3