Home
last modified time | relevance | path

Searched refs:getBeginLoc (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp127 S.Diag(NewClause.getBeginLoc(), diag::err_acc_clause_after_device_type) in checkValidAfterDeviceType()
130 S.Diag(DeviceTypeClause.getBeginLoc(), in checkValidAfterDeviceType()
166 SemaRef.Diag(Clause.getBeginLoc(), diag::err_acc_clause_cannot_combine) in DiagGangWorkerVectorSeqConflict()
169 SemaRef.Diag((*Itr)->getBeginLoc(), diag::note_acc_previous_clause_here) in DiagGangWorkerVectorSeqConflict()
270 SemaRef.Diag(Clause.getBeginLoc(), diag::err_acc_clause_cannot_combine) in CheckValidRoutineNewClauseHelper()
274 SemaRef.Diag((*ExistingProhibitedClause)->getBeginLoc(), in CheckValidRoutineNewClauseHelper()
290 Clause.getBeginLoc(), in CheckValidRoutineNewClauseHelper()
293 SemaRef.Diag((*BeforeDeviceType)->getBeginLoc(), in CheckValidRoutineNewClauseHelper()
296 SemaRef.Diag((*FirstDeviceType)->getBeginLoc(), in CheckValidRoutineNewClauseHelper()
322 SemaRef.Diag(Clause.getBeginLoc(), in CheckValidRoutineNewClauseHelper()
[all …]
H A DSemaOpenCL.cpp125 ErrorLoc = BD->getParamDecl(ArgCounter)->getBeginLoc(); in checkBlockArgs()
127 ErrorLoc = cast<DeclRefExpr>(BlockArg)->getBeginLoc(); in checkBlockArgs()
146 Diag(Call->getBeginLoc(), diag::err_opencl_requires_extension) in checkSubgroupExt()
164 Diag(NDRangeArg->getBeginLoc(), diag::err_opencl_builtin_expected_type) in checkBuiltinNDRangeAndBlock()
171 Diag(BlockArg->getBeginLoc(), diag::err_opencl_builtin_expected_type) in checkBuiltinNDRangeAndBlock()
184 Diag(BlockArg->getBeginLoc(), diag::err_opencl_builtin_expected_type) in checkBuiltinKernelWorkGroupSize()
196 S.Diag(E->getBeginLoc(), in checkOpenCLEnqueueIntType()
202 S.CheckImplicitConversion(E, IntT, E->getBeginLoc()); in checkOpenCLEnqueueIntType()
229 S.Diag(TheCall->getBeginLoc(), in checkOpenCLEnqueueVariadicArgs()
244 Diag(TheCall->getBeginLoc(), diag::err_typecheck_call_too_few_args_at_least) in checkBuiltinEnqueueKernel()
[all …]
H A DSemaBoundsSafety.cpp60 Diag(FD->getBeginLoc(), diag::err_count_attr_in_union) in CheckCountedByAttrOnField()
67 Diag(FD->getBeginLoc(), in CheckCountedByAttrOnField()
73 Diag(FD->getBeginLoc(), in CheckCountedByAttrOnField()
84 Diag(FD->getBeginLoc(), in CheckCountedByAttrOnField()
159 Diag(FD->getBeginLoc(), DiagID) in CheckCountedByAttrOnField()
168 Diag(E->getBeginLoc(), diag::err_count_attr_argument_not_integer) in CheckCountedByAttrOnField()
175 Diag(E->getBeginLoc(), in CheckCountedByAttrOnField()
187 Diag(E->getBeginLoc(), diag::err_count_attr_must_be_in_structure) in CheckCountedByAttrOnField()
190 Diag(CountDecl->getBeginLoc(), in CheckCountedByAttrOnField()
198 Diag(CountFD->getBeginLoc(), diag::err_count_attr_refer_to_union) in CheckCountedByAttrOnField()
[all …]
H A DSemaSPIRV.cpp39 S->Diag(TheCall->getBeginLoc(), diag::err_vec_builtin_incompatible_vector) in CheckAllArgsHaveSameType()
41 << SourceRange(TheCall->getArg(0)->getBeginLoc(), in CheckAllArgsHaveSameType()
63 SemaRef.Diag(IntArg->getBeginLoc(), diag::err_spirv_enum_not_int) in processConstant32BitIntArgument()
92 SemaRef.Diag(Arg.get()->getBeginLoc(), in checkGenericCastToPtr()
107 SemaRef.Diag(Call->getArg(1)->getBeginLoc(), in checkGenericCastToPtr()
145 SemaRef.Diag(TheCall->getBeginLoc(), diag::err_spirv_invalid_target) << 0; in CheckSPIRVBuiltinFunctionCall()
151 SemaRef.Diag(TheCall->getBeginLoc(), diag::err_spirv_invalid_target) << 1; in CheckSPIRVBuiltinFunctionCall()
164 SemaRef.Diag(A.get()->getBeginLoc(), in CheckSPIRVBuiltinFunctionCall()
176 SemaRef.Diag(A.get()->getBeginLoc(), in CheckSPIRVBuiltinFunctionCall()
195 SemaRef.Diag(A.get()->getBeginLoc(), in CheckSPIRVBuiltinFunctionCall()
[all …]
H A DSemaStmtAsm.cpp73 S.Diag(LVal->getBeginLoc(), diag::warn_invalid_asm_cast_lvalue) in emitAndFixInvalidAsmCastLValue()
136 S.Diag(E->getBeginLoc(), diag::err_asm_naked_this_ref); in CheckNakedParmReference()
142 S.Diag(DRE->getBeginLoc(), diag::err_asm_naked_parm_ref); in CheckNakedParmReference()
177 S.Diag(E->getBeginLoc(), diag::err_asm_non_addr_value_in_memory_constraint) in checkExprMemoryConstraintCompat()
233 return Clobbers[i]->getBeginLoc(); in getClobberConflictLocation()
245 Diag(Expr->getBeginLoc(), diag::err_asm_operand_empty_string) in ActOnGCCAsmStmtString()
260 Diag(Expr->getBeginLoc(), diag::err_asm_operand_empty_string); in ActOnGCCAsmStmtString()
312 targetDiag(Constraint->getBeginLoc(), in ActOnGCCAsmStmt()
339 Diag(OutputExpr->getBeginLoc(), diag::err_asm_invalid_type) in ActOnGCCAsmStmt()
366 if (RequireCompleteType(OutputExpr->getBeginLoc(), Exprs[i]->getType(), in ActOnGCCAsmStmt()
[all …]
H A DUsedDeclVisitor.h48 asImpl().visitUsedDecl(Node->getBeginLoc(), Node->getCapturedDecl()); in VisitCapturedStmt()
54 E->getBeginLoc(), in VisitCXXBindTemporaryExpr()
61 asImpl().visitUsedDecl(E->getBeginLoc(), E->getOperatorNew()); in VisitCXXNewExpr()
63 asImpl().visitUsedDecl(E->getBeginLoc(), E->getOperatorDelete()); in VisitCXXNewExpr()
69 asImpl().visitUsedDecl(E->getBeginLoc(), E->getOperatorDelete()); in VisitCXXDeleteExpr()
76 asImpl().visitUsedDecl(E->getBeginLoc(), S.LookupDestructor(Record)); in VisitCXXDeleteExpr()
84 asImpl().visitUsedDecl(E->getBeginLoc(), E->getConstructor()); in VisitCXXConstructExpr()
H A DSemaPPC.cpp103 return Diag(TheCall->getBeginLoc(), diag::err_64_bit_builtin_32_bit_tgt) in CheckPPCBuiltinFunctionCall()
140 return Diag(TheCall->getBeginLoc(), diag::err_ppc_builtin_requires_abi) in CheckPPCBuiltinFunctionCall()
185 Diag(TheCall->getBeginLoc(), diag::warn_argument_undefined_behaviour) in CheckPPCBuiltinFunctionCall()
221 return Diag(TheCall->getBeginLoc(), in CheckPPCBuiltinFunctionCall()
234 return Diag(TheCall->getBeginLoc(), diag::err_target_unsupported_type) in CheckPPCBuiltinFunctionCall()
247 return Diag(TheCall->getBeginLoc(), in CheckPPCBuiltinFunctionCall()
375 return Diag(Arg->getBeginLoc(), in BuiltinPPCMMACall()
410 return Diag(TheCall->getBeginLoc(), in BuiltinVSX()
413 << SourceRange(TheCall->getArg(2)->getBeginLoc(), in BuiltinVSX()
420 SourceLocation BuiltinLoc = TheCall->getBeginLoc(); in BuiltinVSX()
[all …]
H A DTreeTransform.h2626 return SemaRef.Diag(Init->getBeginLoc(), in RebuildCXXForRangeStmt()
4432 return getDerived().RebuildInitList(Construct->getBeginLoc(), NewArgs, in TransformInitializer()
4643 SS.MakeGlobal(SemaRef.Context, Q.getBeginLoc()); in TransformNestedNameSpecifierLoc()
4650 SS.MakeSuper(SemaRef.Context, RD, Q.getBeginLoc(), Q.getEndLoc()); in TransformNestedNameSpecifierLoc()
4665 SemaRef.Diag(TL.getBeginLoc(), in TransformNestedNameSpecifierLoc()
4680 SemaRef.Diag(TL.getBeginLoc(), diag::err_nested_name_spec_non_tag) in TransformNestedNameSpecifierLoc()
5182 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformType()
5234 TemporaryBase Rebase(*this, DI->getTypeLoc().getBeginLoc(), in TransformTypeWithDeducedTST()
5303 SourceLocation Loc = TL.getBeginLoc(); in RebuildQualifiedType()
6419 return getDerived().TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType()
[all …]
H A DAnalysisBasedWarnings.cpp134 if (!S.getSourceManager().isInMainFile(AC.getDecl()->getBeginLoc())) in CheckUnreachable()
303 S.Diag(Body->getBeginLoc(), diag::warn_infinite_recursive_function); in checkRecursiveFunction()
823 SourceLocation LBrace = Body->getBeginLoc(), RBrace = Body->getEndLoc(); in CheckFallThroughForBody()
958 CharSourceRange::getCharRange(If->getBeginLoc(), Then->getBeginLoc())); in CreateIfFixit()
968 If->getBeginLoc(), Else->getBeginLoc())); in CreateIfFixit()
982 S.Diag(Use.getUser()->getBeginLoc(), diag::warn_uninit_var) in DiagUninitUse()
994 S.Diag(Use.getUser()->getBeginLoc(), diag::note_uninit_var_use) in DiagUninitUse()
1066 SourceRange(BO->getBeginLoc(), BO->getOperatorLoc())); in DiagUninitUse()
1128 S.Diag(User->getBeginLoc(), diag::note_uninit_var_use) in DiagUninitUse()
1138 S.Diag(Use.getUser()->getBeginLoc(), diag::warn_maybe_uninit_var) in DiagUninitUse()
[all …]
H A DSemaOpenACC.cpp170 SemaRef.LoopGangClauseOnKernel = {(*Itr)->getBeginLoc(), DirKind}; in AssociatedStmtRAII()
176 SemaRef.LoopWorkerClauseLoc = (*Itr)->getBeginLoc(); in AssociatedStmtRAII()
180 SemaRef.LoopVectorClauseLoc = (*Itr2)->getBeginLoc(); in AssociatedStmtRAII()
208 SemaRef.LoopGangClauseOnKernel = {(*Itr)->getBeginLoc(), in AssociatedStmtRAII()
215 SemaRef.LoopWorkerClauseLoc = (*Itr)->getBeginLoc(); in AssociatedStmtRAII()
219 SemaRef.LoopVectorClauseLoc = (*Itr2)->getBeginLoc(); in AssociatedStmtRAII()
789 SemaRef.CreateRecoveryExpr(E->getBeginLoc(), E->getEndLoc(), E, Ty); in ActOnArraySectionExpr()
945 Diag(CollapseInfo.ActiveCollapse->getBeginLoc(), in ActOnWhileStmt()
959 Diag(TileInfo.ActiveTile->getBeginLoc(), diag::note_acc_active_clause_here) in ActOnWhileStmt()
980 Diag(CollapseInfo.ActiveCollapse->getBeginLoc(), in ActOnDoStmt()
[all …]
H A DJumpDiagnostics.cpp324 Scopes.push_back(GotoScope(ParentScope, Diag, 0, S->getBeginLoc())); in BuildScopeInformation()
385 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
392 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
396 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
480 /*OutDiag=*/0, SE->getBeginLoc())); in BuildScopeInformation()
604 diag::note_acc_branch_out_of_compute_construct, CC->getBeginLoc())); in BuildScopeInformation()
617 diag::note_acc_branch_out_of_compute_construct, CC->getBeginLoc())); in BuildScopeInformation()
632 ED->getStructuredBlock()->getBeginLoc()); in BuildScopeInformation()
731 Loc = CS->getBeginLoc(); in VerifyJumps()
733 Loc = DS->getBeginLoc(); in VerifyJumps()
[all …]
H A DSemaARM.cpp41 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_pointer) in BuiltinARMMemoryTaggingCall()
50 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_integer) in BuiltinARMMemoryTaggingCall()
68 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_pointer) in BuiltinARMMemoryTaggingCall()
90 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_pointer) in BuiltinARMMemoryTaggingCall()
95 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_integer) in BuiltinARMMemoryTaggingCall()
112 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_must_be_pointer) in BuiltinARMMemoryTaggingCall()
142 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_null_or_pointer) in BuiltinARMMemoryTaggingCall()
146 return Diag(TheCall->getBeginLoc(), diag::err_memtag_arg_null_or_pointer) in BuiltinARMMemoryTaggingCall()
157 return Diag(TheCall->getBeginLoc(), in BuiltinARMMemoryTaggingCall()
166 return Diag(TheCall->getBeginLoc(), diag::err_memtag_any2arg_pointer) in BuiltinARMMemoryTaggingCall()
[all …]
H A DSemaStmtAttr.cpp29 << A << St->getBeginLoc(); in handleFallThroughAttr()
93 S.Diag(St->getBeginLoc(), diag::err_pragma_loop_precedes_nonloop) << Pragma; in handleLoopHintAttr()
150 if (ValueExpr && S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(), in handleLoopHintAttr()
162 if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(), in handleLoopHintAttr()
223 S.Diag(St->getBeginLoc(), diag::warn_attribute_ignored_no_calls_in_stmt) in handleNoMergeAttr()
236 S.Diag(St->getBeginLoc(), diag::warn_attribute_ignored_no_calls_in_stmt) in handleNoConvergentAttr()
262 return SemaRef.Diag(CurSt->getBeginLoc(), in CheckStmtInlineAttr()
276 SemaRef.Diag(CurSt->getBeginLoc(), in CheckStmtInlineAttr()
279 SemaRef.Diag(Callee->getBeginLoc(), diag::note_conflicting_attribute); in CheckStmtInlineAttr()
301 S.Diag(St->getBeginLoc(), diag::warn_function_attribute_ignored_in_stmt) in handleNoInlineAttr()
[all …]
H A DSemaChecking.cpp167 SourceRange Range(Call->getArg(DesiredArgCount)->getBeginLoc(), in checkArgCount()
193 S.Diag(Arg->getBeginLoc(), diag::err_builtin_verbose_trap_arg) in checkBuiltinVerboseTrap()
226 S.Diag(ValArg->getBeginLoc(), diag::err_builtin_annotation_first_arg) in BuiltinAnnotation()
235 S.Diag(StrArg->getBeginLoc(), diag::err_builtin_annotation_second_arg) in BuiltinAnnotation()
257 S.Diag(Arg->getBeginLoc(), diag::err_msvc_annotation_wide_str) in BuiltinMSVCAnnotation()
273 QualType ResultType = S.CheckAddressOfOperand(Arg, TheCall->getBeginLoc()); in BuiltinAddressof()
296 S.Diag(TheCall->getBeginLoc(), diag::err_function_start_invalid_type) in BuiltinFunctionStart()
302 TheCall->getBeginLoc()); in BuiltinFunctionStart()
435 S.Diag(Arg.get()->getBeginLoc(), diag::err_overflow_builtin_must_be_int) in BuiltinOverflow()
455 S.Diag(Arg.get()->getBeginLoc(), in BuiltinOverflow()
[all …]
H A DSemaWasm.cpp34 return S.Diag(ArgExpr->getBeginLoc(), in CheckWasmBuiltinArgIsTable()
47 return S.Diag(ArgExpr->getBeginLoc(), in CheckWasmBuiltinArgIsInteger()
69 SemaRef.Diag(ArgExpr->getBeginLoc(), in BuiltinWasmRefIsNullExtern()
162 return Diag(NewElemArg->getBeginLoc(), in BuiltinWasmTableGrow()
189 return Diag(NewElemArg->getBeginLoc(), in BuiltinWasmTableFill()
217 return Diag(TableYArg->getBeginLoc(), in BuiltinWasmTableCopy()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp116 return T->getBeginLoc(); in getSourceLocation()
132 return S->getBeginLoc(); in getSourceLocation()
140 return S->getBeginLoc(); in getSourceLocation()
144 return S->getBeginLoc(); in getSourceLocation()
151 return B->getTerminatorStmt()->getBeginLoc(); in getSourceLocation()
159 return S->getBeginLoc(); in getSourceLocation()
267 printSourceLocationAsJson(Out, T->getBeginLoc(), SM); in printJson()
320 printSourceLocationAsJson(Out, S->getBeginLoc(), SM); in printJson()
H A DFixitUtil.cpp92 return getRangeText({PteTyLoc.getBeginLoc(), PteEndOfTokenLoc}, SM, LangOpts) in getPointeeTypeText()
173 return getRangeText({PteTyLoc.getBeginLoc(), PteEndOfTokenLoc}, SM, LangOpts) in getPointee2TypeText()
179 return D->getQualifierLoc().getBeginLoc(); in getBeginLocOfNestedIdentifier()
207 ParmIdentBeginLoc = VD->getQualifierLoc().getBeginLoc(); in getVarDeclIdentifierText()
224 CharSourceRange::getCharRange(E->getBeginLoc(), *LastCharLoc), SM, in getExprText()
H A DReachableCode.cpp156 SourceLocation L = S->getBeginLoc(); in isExpandedFromConfigurationMacro()
204 if (!PE->getBeginLoc().isMacroID()) in isConfigurationValue()
497 if (S->getBeginLoc().isInvalid()) in isValidDeadStmt()
527 if (p1->second->getBeginLoc() < p2->second->getBeginLoc()) in SrcCmp()
529 if (p2->second->getBeginLoc() < p1->second->getBeginLoc()) in SrcCmp()
562 if (S->getBeginLoc().isMacroID()) { in scanBackwards()
644 return CE->getBeginLoc(); in GetUnreachableLoc()
657 return S->getBeginLoc(); in GetUnreachableLoc()
687 SourceLocation Loc = LoopTarget->getBeginLoc(); in reportDeadCode()
692 Loc = Inc->getBeginLoc(); in reportDeadCode()
H A DCloneDetection.cpp47 SM.isBeforeInTranslationUnit(getBeginLoc(), Other.getBeginLoc()) || in contains()
48 getBeginLoc() == Other.getBeginLoc(); in contains()
79 SourceLocation StmtSequence::getBeginLoc() const { in getBeginLoc() function in StmtSequence
80 return front()->getBeginLoc(); in getBeginLoc()
86 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()
429 data_collection::getMacroStack(Seq.getBeginLoc(), Context); in calculateStmtComplexity()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h157 ? getBeginLoc() in getExprLoc()
161 SourceLocation getBeginLoc() const { return BeginLoc; } in getBeginLoc() function
224 return getBeginLoc(); in getExprLoc()
346 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() function
347 return getDecomposedForm().LHS->getBeginLoc(); in getBeginLoc()
354 return SourceRange(DF.LHS->getBeginLoc(), DF.RHS->getEndLoc()); in getSourceRange()
410 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() function
699 SourceLocation getBeginLoc() const { in getBeginLoc() function
702 return getArg(0)->getBeginLoc(); in getBeginLoc()
742 SourceLocation getBeginLoc() const { return getLocation(); } in getBeginLoc() function
[all …]
H A DExprObjC.h71 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc() function
103 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() function
158 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() function
215 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() function
379 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); } in getBeginLoc() function
435 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc() function
475 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc() function
529 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc() function
593 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() function
594 return isFreeIvar() ? Loc : getBase()->getBeginLoc(); in getBeginLoc()
[all …]
H A DStmtCXX.h43 SourceLocation getBeginLoc() const LLVM_READONLY { return CatchLoc; } in getBeginLoc() function
93 SourceLocation getBeginLoc() const LLVM_READONLY { return getTryLoc(); } in getBeginLoc() function
207 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; } in getBeginLoc() function
297 SourceLocation getBeginLoc() const LLVM_READONLY { return KeywordLoc; } in getBeginLoc() function
427 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() function
428 return getBody() ? getBody()->getBeginLoc() in getBeginLoc()
429 : getPromiseDecl()->getBeginLoc(); in getBeginLoc()
509 SourceLocation getBeginLoc() const LLVM_READONLY { return CoreturnLoc; } in getBeginLoc() function
511 return getOperand() ? getOperand()->getEndLoc() : getBeginLoc(); in getEndLoc()
H A DExpr.h1130 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() function
1131 return SubExpr->getBeginLoc(); in getBeginLoc()
1200 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() function
1201 return SourceExpr ? SourceExpr->getBeginLoc() : getLocation(); in getBeginLoc()
1347 SourceLocation getBeginLoc() const { in getBeginLoc() function
1349 return getQualifierLoc().getBeginLoc(); in getBeginLoc()
1530 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() function
1575 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() function
1624 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() function
1708 SourceLocation getBeginLoc() const LLVM_READONLY { return Loc; } in getBeginLoc() function
[all …]
H A DStmtObjC.h57 SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; } in getBeginLoc() function
110 SourceLocation getBeginLoc() const LLVM_READONLY { return AtCatchLoc; } in getBeginLoc() function
143 SourceLocation getBeginLoc() const LLVM_READONLY { return AtFinallyLoc; } in getBeginLoc() function
258 SourceLocation getBeginLoc() const LLVM_READONLY { return AtTryLoc; } in getBeginLoc() function
339 SourceLocation getBeginLoc() const LLVM_READONLY { return AtSynchronizedLoc; } in getBeginLoc() function
377 SourceLocation getBeginLoc() const LLVM_READONLY { return AtThrowLoc; } in getBeginLoc() function
409 SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; } in getBeginLoc() function
H A DASTConcept.h178 SourceLocation getBeginLoc() const LLVM_READONLY { in getBeginLoc() function
181 return QualifierLoc.getBeginLoc(); in getBeginLoc()
182 return getConceptNameInfo().getBeginLoc(); in getBeginLoc()
193 return SourceRange(getBeginLoc(), getEndLoc()); in getSourceRange()

123456789