Searched refs:getLocation (Results 226 - 250 of 278) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1478 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(),
2539 E->getLocation(), *VD->evaluateValue(), VD->getType());
2612 !E->getLocation().isValid()) &&
3235 CGM.getContext().VoidPtrTy, ArgData.getLocation());
3238 CGM.getContext().VoidPtrTy, ArgAddr.getLocation());
4027 CGF.getContext().getRecordType(rec), rec->getLocation());
4073 getContext().getRecordType(rec), rec->getLocation());
4158 getContext().getRecordType(rec), rec->getLocation());
H A DCGDebugInfo.h392 SourceLocation getLocation() const { return CurLoc; } function in class:clang::DynamicInitKind::CGDebugInfo
H A DCGCUDANV.cpp287 CGM.Error(CGF.CurFuncDecl->getLocation(),
H A DCodeGenPGO.cpp791 loadRegionCounts(PGOReader, SM.isInMainFile(D->getLocation()));
H A DCGOpenMPRuntime.cpp156 CGF.EmitLoadOfScalar(PartIdLVal, PartIDVar->getLocation());
363 C.getLocation());
839 InitRVal = CGF.EmitLoadOfLValue(LV, DRD->getLocation());
843 RValue::getComplex(CGF.EmitLoadOfComplex(LV, DRD->getLocation()));
849 OpaqueValueExpr OVE(DRD->getLocation(), Ty, VK_RValue);
1357 ImplicitParamDecl OmpOutParm(C, /*DC=*/nullptr, Out->getLocation(),
1359 ImplicitParamDecl OmpInParm(C, /*DC=*/nullptr, In->getLocation(),
1379 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, In->getLocation(),
1380 Out->getLocation());
2821 CGM.getContext().VoidPtrTy, Dst.getLocation());
[all...]
H A DCGStmt.cpp566 DI->setLocation(D->getLocation());
2431 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args, CD->getLocation(),
H A DMicrosoftCXXABI.cpp1468 Context, /*DC=*/nullptr, CGF.CurGD.getDecl()->getLocation(),
1481 Context, /*DC=*/nullptr, CGF.CurGD.getDecl()->getLocation(),
2031 FunctionArgs, MD->getLocation(), SourceLocation());
3970 FunctionArgs, CD->getLocation(), SourceLocation());
H A DCGCall.cpp3023 AttrLoc = RetNNAttr->getLocation();
3417 AttrLoc = NNAttr->getLocation();
4630 EmitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc, AA->getLocation(),
4636 EmitAlignmentAssumption(Ret.getScalarVal(), RetTy, Loc, AA->getLocation(),
H A DCGVTables.cpp272 MD->getLocation());
H A DCGClass.cpp2211 EmitDelegateCallArg(Args, Param, E->getLocation());
2217 EmitDelegateCallArg(Args, POSParam, E->getLocation());
2224 E->getLocation(), /*NewPointerIsChecked*/true);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1191 Diag(MemberDecl->getLocation(), diag::note_member_declared_here)
1456 S.Diag(DE->getLocation(), diag::err_arc_weak_ivar_access);
H A DSemaCast.cpp474 S.Diag(DeclFrom->getLocation(), diag::note_type_incomplete)
478 S.Diag(DeclTo->getLocation(), diag::note_type_incomplete)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp100 [D, this] { writeSourceLocation(D->getLocation()); });
135 [C, this] { writeSourceLocation(C->getLocation()); });
H A DVTableBuilder.cpp3165 Diags.Report(MostDerivedClass->getLocation(), DiagID)
3507 Diags.Report(RD->getLocation(), diag::err_vftable_ambiguous_component)
3509 Diags.Report(CovariantMD->getLocation(), diag::note_covariant_thunk)
3511 Diags.Report(ConflictMD->getLocation(), diag::note_covariant_thunk)
H A DDeclObjC.cpp1437 startLoc = getLocation();
2292 SourceLocation EndLoc = getLocation();
H A DTextNodeDumper.cpp236 dumpLocation(D->getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h566 SourceLocation getLocation() const { function in class:clang::ImplicitCallPoint
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp657 (*di)->getLocation().print(llvm::errs(), M);
H A DThreadSafetyCommon.cpp132 SelfDecl->getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp465 TheSema.getSourceManager().getPresumedLoc(Inst.Entity->getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp640 Bldr.generateSink(Pred->getLocation().withTag(&T),
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp961 ProgramPoint P = N->getLocation();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp45 : Token(T.getLocation(), T.getLength(), T.getKind()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2080 SourceLocation Loc = MD->getLocation();
2165 AddSourceLocation(MD->getLocation(), Record);
4181 AddSourceLocation(Tok.getLocation(), Record);
4409 AddSourceLocation(WI.getLocation(), WeakUndeclaredIdentifiers);
4946 Record.AddSourceLocation(RD->getLocation());
5310 SourceLocation Loc = D->getLocation();
5637 AddSourceLocation(Capture.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1116 SourceMgr.getSpellingLineNumber(TheLine.First->Tok.getLocation());

Completed in 619 milliseconds

1234567891011>>