Searched refs:StartLoc (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h33 SourceLocation StartLoc; member in class:clang::OMPClause
39 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) argument
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, EndLo
161 OMPDefaultClause(OpenMPDefaultClauseKind A, SourceLocation ALoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
210 OMPPrivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
270 OMPFirstprivateClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
329 OMPSharedClause(SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, unsigned N) argument
382 SourceLocation StartLoc; member in class:clang::OMPExecutableDirective
398 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K, SourceLocation StartLoc, SourceLocation EndLoc, unsigned NumClauses, unsigned NumberOfExpressions) argument
486 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, unsigned N) argument
[all...]
H A DDecl.h350 NamespaceDecl(DeclContext *DC, bool Inline, SourceLocation StartLoc,
367 bool Inline, SourceLocation StartLoc,
767 VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc,
789 SourceLocation StartLoc, SourceLocation IdLoc,
1238 ParmVarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc,
1242 : VarDecl(DK, DC, StartLoc, IdLoc, Id, T, TInfo, S) {
1251 SourceLocation StartLoc,
1541 FunctionDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc,
1547 StartLoc),
1579 SourceLocation StartLoc, SourceLocatio
[all...]
H A DDeclCXX.h614 SourceLocation StartLoc, SourceLocation IdLoc,
666 SourceLocation StartLoc, SourceLocation IdLoc,
1641 CXXMethodDecl(Kind DK, CXXRecordDecl *RD, SourceLocation StartLoc, argument
1646 : FunctionDecl(DK, RD, StartLoc, NameInfo, T, TInfo,
1654 SourceLocation StartLoc,
2081 CXXConstructorDecl(CXXRecordDecl *RD, SourceLocation StartLoc,
2086 : CXXMethodDecl(CXXConstructor, RD, StartLoc, NameInfo, T, TInfo,
2096 SourceLocation StartLoc,
2273 CXXDestructorDecl(CXXRecordDecl *RD, SourceLocation StartLoc, argument
2277 : CXXMethodDecl(CXXDestructor, RD, StartLoc, NameInf
2320 CXXConversionDecl(CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicitSpecified, bool isConstexpr, SourceLocation EndLocation) argument
[all...]
H A DDeclTemplate.h1044 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, argument
1048 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1054 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc,
1066 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1071 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc,
1427 DeclContext *DC, SourceLocation StartLoc,
1439 SourceLocation StartLoc, SourceLocation IdLoc,
1665 SourceLocation StartLoc,
1681 SourceLocation StartLoc, SourceLocation IdLoc,
2302 SourceLocation StartLoc, SourceLocatio
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp64 SMLoc StartLoc, EndLoc; member in class:__anon2600::SystemZOperand
108 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc)
123 static SystemZOperand *createInvalid(SMLoc StartLoc, SMLoc EndLoc) { argument
124 return new SystemZOperand(KindInvalid, StartLoc, EndLoc);
133 SMLoc StartLoc, SMLoc EndLoc) {
134 SystemZOperand *Op = new SystemZOperand(KindReg, StartLoc, EndLoc);
139 static SystemZOperand *createAccessReg(unsigned Num, SMLoc StartLoc, argument
141 SystemZOperand *Op = new SystemZOperand(KindAccessReg, StartLoc, EndLoc);
145 static SystemZOperand *createImm(const MCExpr *Expr, SMLoc StartLoc, argument
147 SystemZOperand *Op = new SystemZOperand(KindImm, StartLoc, EndLo
132 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) argument
151 createMem(RegisterKind RegKind, unsigned Base, const MCExpr *Disp, unsigned Index, const MCExpr *Length, SMLoc StartLoc, SMLoc EndLoc) argument
308 SMLoc StartLoc, EndLoc; member in struct:__anon2600::SystemZAsmParser::Register
573 SMLoc StartLoc = Parser.getTok().getLoc(); local
609 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
689 SMLoc StartLoc = Parser.getTok().getLoc(); local
778 SMLoc StartLoc = Parser.getTok().getLoc(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp223 SourceLocation StartLoc = T.getOpenLocation(); local
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...]
H A DParseDeclCXX.cpp700 SourceLocation StartLoc = Tok.getLocation(); local
722 StartLoc : T.getOpenLocation();
786 ? DS.SetTypeSpecType(DeclSpec::TST_decltype, StartLoc, PrevSpec,
788 : DS.SetTypeSpecType(DeclSpec::TST_decltype_auto, StartLoc, PrevSpec,
790 Diag(StartLoc, DiagID) << PrevSpec;
797 SourceLocation StartLoc,
811 Tok.setLocation(StartLoc);
819 SourceLocation StartLoc = ConsumeToken(); local
839 if (DS.SetTypeSpecType(DeclSpec::TST_underlyingType, StartLoc, PrevSpec,
841 Diag(StartLoc, DiagI
796 AnnotateExistingDecltypeSpecifier(const DeclSpec& DS, SourceLocation StartLoc, SourceLocation EndLoc) argument
1120 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
1710 SourceLocation StartLoc = Tok.getLocation(); local
3337 SourceLocation StartLoc = Tok.getLocation(), Loc; local
[all...]
H A DParser.cpp220 SourceLocation StartLoc = Tok.getLocation(); local
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));
705 SourceLocation StartLoc local
[all...]
H A DParseDecl.cpp3491 void Parser::ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, argument
3666 Diag(StartLoc, diag::warn_cxx98_compat_enum_fixed_underlying_type);
3669 Diag(StartLoc, diag::ext_cxx11_enum_fixed_underlying_type) << Range;
3671 Diag(StartLoc, diag::ext_c_enum_fixed_underlying_type) << Range;
3734 Diag(StartLoc, diag::err_explicit_instantiation_enum);
3759 StartLoc, SS, Name, NameLoc, attrs.getList(),
3774 TUK, SS, Name, StartLoc,
3781 if (DS.SetTypeSpecType(DeclSpec::TST_typename, StartLoc,
3782 NameLoc.isValid() ? NameLoc : StartLoc,
3784 Diag(StartLoc, DiagI
3820 ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) argument
5129 SourceLocation StartLoc, LocalEndLoc, EndLoc; local
5650 SourceLocation StartLoc = ConsumeToken(); local
5714 SourceLocation StartLoc = ConsumeToken(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp518 SourceLocation StartLoc,
527 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
543 SourceLocation StartLoc, SourceLocation IdLoc,
547 return new (C) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc, D, P, Id,
553 SourceLocation StartLoc, SourceLocation IdLoc,
563 return new (Mem) NonTypeTemplateParmDecl(DC, StartLoc, IdLoc,
707 DeclContext *DC, SourceLocation StartLoc,
713 : CXXRecordDecl(DK, TK, DC, StartLoc, IdLoc,
731 SourceLocation StartLoc,
740 TK, DC, StartLoc, IdLo
517 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, const QualType *ExpandedTypes, unsigned NumExpandedTypes, TypeSourceInfo **ExpandedTInfos) argument
542 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
552 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, const QualType *ExpandedTypes, unsigned NumExpandedTypes, TypeSourceInfo **ExpandedTInfos) argument
706 ClassTemplateSpecializationDecl(ASTContext &Context, Kind DK, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, const TemplateArgument *Args, unsigned NumArgs, ClassTemplateSpecializationDecl *PrevDecl) argument
729 Create(ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, ClassTemplateDecl *SpecializedTemplate, const TemplateArgument *Args, unsigned NumArgs, ClassTemplateSpecializationDecl *PrevDecl) argument
823 ClassTemplatePartialSpecializationDecl(ASTContext &Context, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, ClassTemplateDecl *SpecializedTemplate, const TemplateArgument *Args, unsigned NumArgs, const ASTTemplateArgumentListInfo *ArgInfos, ClassTemplatePartialSpecializationDecl *PrevDecl) argument
846 Create(ASTContext &Context, TagKind TK,DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, ClassTemplateDecl *SpecializedTemplate, const TemplateArgument *Args, unsigned NumArgs, const TemplateArgumentListInfo &ArgInfos, QualType CanonInjectedType, ClassTemplatePartialSpecializationDecl *PrevDecl) argument
1093 VarTemplateSpecializationDecl( ASTContext &Context, Kind DK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, const TemplateArgument *Args, unsigned NumArgs) argument
1109 Create( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, const TemplateArgument *Args, unsigned NumArgs) argument
1160 VarTemplatePartialSpecializationDecl( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, const TemplateArgument *Args, unsigned NumArgs, const ASTTemplateArgumentListInfo *ArgInfos) argument
1176 Create( ASTContext &Context, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, TemplateParameterList *Params, VarTemplateDecl *SpecializedTemplate, QualType T, TypeSourceInfo *TInfo, StorageClass S, const TemplateArgument *Args, unsigned NumArgs, const TemplateArgumentListInfo &ArgInfos) argument
[all...]
H A DDeclCXX.cpp87 SourceLocation StartLoc, SourceLocation IdLoc,
89 : RecordDecl(K, TK, DC, StartLoc, IdLoc, Id, PrevDecl),
94 DeclContext *DC, SourceLocation StartLoc,
98 CXXRecordDecl* R = new (C) CXXRecordDecl(CXXRecord, TK, DC, StartLoc, IdLoc,
1402 SourceLocation StartLoc,
1407 return new (C) CXXMethodDecl(CXXMethod, RD, StartLoc, NameInfo, T, TInfo,
1687 SourceLocation StartLoc,
1695 return new (C) CXXConstructorDecl(RD, StartLoc, NameInfo, T, TInfo,
1837 SourceLocation StartLoc,
1844 return new (C) CXXDestructorDecl(RD, StartLoc, NameInf
86 CXXRecordDecl(Kind K, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl) argument
93 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl* PrevDecl, bool DelayTypeCreation) argument
1401 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1686 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isExplicit, bool isInline, bool isImplicitlyDeclared, bool isConstexpr) argument
1836 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isImplicitlyDeclared) argument
1859 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicit, bool isConstexpr, SourceLocation EndLocation) argument
1927 NamespaceDecl(DeclContext *DC, bool Inline, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, NamespaceDecl *PrevDecl) argument
1940 Create(ASTContext &C, DeclContext *DC, bool Inline, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, NamespaceDecl *PrevDecl) argument
[all...]
H A DDecl.cpp1623 VarDecl::VarDecl(Kind DK, DeclContext *DC, SourceLocation StartLoc, argument
1626 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
2107 SourceLocation StartLoc,
2111 return new (C) ParmVarDecl(ParmVar, DC, StartLoc, IdLoc, Id, T, TInfo,
3100 SourceLocation StartLoc, SourceLocation IdLoc,
3104 return new (C) FieldDecl(Decl::Field, DC, StartLoc, IdLoc, Id, T, TInfo,
3274 SourceLocation StartLoc, SourceLocation IdLoc,
3278 EnumDecl *Enum = new (C) EnumDecl(DC, StartLoc, IdLoc, Id, PrevDecl,
3342 SourceLocation StartLoc, SourceLocation IdLoc,
3344 : TagDecl(DK, TK, DC, IdLoc, Id, PrevDecl, StartLoc) {
2106 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) argument
3099 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
3273 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, bool IsScoped, bool IsScopedUsingClassTag, bool IsFixed) argument
3341 RecordDecl(Kind DK, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl *PrevDecl) argument
3353 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, RecordDecl* PrevDecl) argument
3539 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
3631 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
3644 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
3713 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
3725 ImportDecl(DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
3733 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, ArrayRef<SourceLocation> IdentifierLocs) argument
3741 CreateImplicit(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, Module *Imported, SourceLocation EndLoc) argument
[all...]
H A DStmt.cpp1129 SourceLocation StartLoc,
1135 OMPPrivateClause *Clause = new (Mem) OMPPrivateClause(StartLoc, LParenLoc,
1149 SourceLocation StartLoc,
1156 OMPFirstprivateClause *Clause = new (Mem) OMPFirstprivateClause(StartLoc,
1172 SourceLocation StartLoc,
1178 OMPSharedClause *Clause = new (Mem) OMPSharedClause(StartLoc, LParenLoc,
1199 SourceLocation StartLoc,
1206 OMPParallelDirective *Dir = new (Mem) OMPParallelDirective(StartLoc, EndLoc,
1128 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1148 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1171 Create(const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL) argument
1197 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation EndLoc, ArrayRef<OMPClause *> Clauses, Stmt *AssociatedStmt) argument
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp650 SourceLocation StartLoc,
681 StartLoc, EndLoc);
697 SourceLocation StartLoc,
701 return Owned(OMPParallelDirective::Create(Context, StartLoc, EndLoc,
708 SourceLocation StartLoc,
716 ArgumentLoc, StartLoc, LParenLoc, EndLoc);
731 SourceLocation StartLoc,
767 return new (Context) OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc,
773 SourceLocation StartLoc,
779 Res = ActOnOpenMPPrivateClause(VarList, StartLoc, LParenLo
647 ActOnOpenMPExecutableDirective(OpenMPDirectiveKind Kind, ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
695 ActOnOpenMPParallelDirective(ArrayRef<OMPClause *> Clauses, Stmt *AStmt, SourceLocation StartLoc, SourceLocation EndLoc) argument
705 ActOnOpenMPSimpleClause(OpenMPClauseKind Kind, unsigned Argument, SourceLocation ArgumentLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
729 ActOnOpenMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
771 ActOnOpenMPVarListClause(OpenMPClauseKind Kind, ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
796 ActOnOpenMPPrivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
929 ActOnOpenMPFirstprivateClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
1100 ActOnOpenMPSharedClause(ArrayRef<Expr *> VarList, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
[all...]
H A DSemaExprCXX.cpp1003 /// \param StartLoc The first location of the expression.
1013 Sema::ActOnCXXNew(SourceLocation StartLoc, bool UseGlobal, argument
1080 return BuildCXXNew(SourceRange(StartLoc, D.getLocEnd()), UseGlobal,
1125 SourceLocation StartLoc = Range.getBegin(); local
1159 return ExprError(Diag(StartLoc, diag::err_auto_new_requires_ctor_arg)
1174 return ExprError(Diag(StartLoc, diag::err_auto_new_deduction_failure)
1237 Diag(StartLoc, diag::warn_cxx98_compat_array_size_conversion)
1293 ConvertedSize = PerformContextualImplicitConversion(StartLoc, ArraySize,
1367 FindAllocationFunctions(StartLoc,
1378 = doesUsualArrayDeleteWantSize(*this, StartLoc, AllocTyp
1576 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
1802 FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, DeclarationName Name, MultiExprArg Args, DeclContext *Ctx, bool AllowMissing, FunctionDecl *&Operator, bool Diagnose) argument
2094 FindUsualDeallocationFunction(SourceLocation StartLoc, bool CanProvideSize, DeclarationName Name) argument
2136 FindDeallocationFunction(SourceLocation StartLoc, CXXRecordDecl *RD, DeclarationName Name, FunctionDecl* &Operator, bool Diagnose) argument
2218 ActOnCXXDelete(SourceLocation StartLoc, bool UseGlobal, bool ArrayForm, Expr *ExE) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPLexerChange.cpp419 SourceLocation StartLoc local
424 StartLoc) != DiagnosticsEngine::Ignored) {
447 Diag(StartLoc, diag::warn_uncovered_module_header)
457 SourceLocation StartLoc local
460 StartLoc)
477 Diag(StartLoc, diag::warn_forgotten_module_header)
H A DTokenLexer.cpp515 SourceLocation StartLoc = Tok.getLocation(); local
658 if (StartLoc.isFileID())
659 StartLoc = getExpansionLocForMacroDefLoc(StartLoc);
663 while (SM.getFileID(StartLoc) != MacroFID)
664 StartLoc = SM.getImmediateExpansionRange(StartLoc).first;
668 Tok.setLocation(SM.createExpansionLoc(Tok.getLocation(), StartLoc, EndLoc,
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp501 X86Operand *ParseIntelMemOperand(int64_t ImmDisp, SMLoc StartLoc,
510 X86Operand *ParseMemOperand(unsigned SegReg, SMLoc StartLoc);
566 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
620 SMLoc StartLoc, EndLoc; member in struct:__anon2621::X86Operand
656 : Kind(K), StartLoc(Start), EndLoc(End) {}
662 SMLoc getStartLoc() const { return StartLoc; }
667 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); }
962 static X86Operand *CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, argument
967 X86Operand *Res = new X86Operand(Register, StartLoc, EndLoc);
976 static X86Operand *CreateImm(const MCExpr *Val, SMLoc StartLoc, SMLo argument
983 CreateMem(const MCExpr *Disp, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = 0) argument
1000 CreateMem(unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc StartLoc, SMLoc EndLoc, unsigned Size = 0, StringRef SymName = StringRef(), void *OpDecl = 0) argument
1049 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
1828 SMLoc StartLoc, EndLoc; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp51 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
146 SMLoc StartLoc, EndLoc; member in class:__anon2587::SparcOperand
226 return StartLoc;
290 Op->StartLoc = S;
301 Op->StartLoc = S;
309 Op->StartLoc = S;
364 Op->StartLoc = S;
424 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
427 StartLoc = Tok.getLoc();
439 return Error(StartLoc, "invali
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCTargetAsmParser.h113 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp192 virtual bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
257 SMLoc StartLoc, EndLoc; member in struct:__anon2534::PPCOperand
289 StartLoc = o.StartLoc;
309 SMLoc getStartLoc() const { return StartLoc; }
492 Op->StartLoc = S;
506 Op->StartLoc = S;
515 Op->StartLoc = S;
526 Op->StartLoc = S;
536 Op->StartLoc
933 ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp277 SourceLocation StartLoc = R.getSourceMgr().getLocForStartOfFile(FID); local
278 SourceLocation EndLoc = StartLoc.getLocWithOffset(FileEnd-FileStart);
347 R.InsertTextBefore(StartLoc, os.str());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp188 BlockEdge StartLoc(Entry, Succ, L);
195 generateNode(StartLoc, SubEng.getInitialState(L), 0);
197 generateNode(StartLoc, InitState, 0);
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp67 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
168 SMLoc StartLoc, EndLoc; member in class:__anon2426::AArch64Operand
228 : MCParsedAsmOperand(), Kind(K), StartLoc(S), EndLoc(E) {}
234 SMLoc getStartLoc() const { return StartLoc; }
897 Op->StartLoc = S;
1302 SMLoc StartLoc = Parser.getTok().getLoc(); local
1310 Operands.push_back(AArch64Operand::CreateImm(ImmVal, StartLoc, EndLoc));
1314 SMLoc StartLoc = Parser.getTok().getLoc(); local
1323 Operands.push_back(AArch64Operand::CreateImm(ImmVal, StartLoc, EndLoc));
1753 AArch64AsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp76 bool ParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc);
337 SMLoc StartLoc, EndLoc; member in class:__anon2508::MipsOperand
422 Op->StartLoc = S;
430 Op->StartLoc = S;
438 Op->StartLoc = S;
446 Op->StartLoc = S;
454 Op->StartLoc = S;
464 Op->StartLoc = S;
545 SMLoc getStartLoc() const { return StartLoc; }
1349 bool MipsAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc, argument
[all...]

Completed in 486 milliseconds

123