Searched refs:getLocation (Results 76 - 100 of 278) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp252 const SourceManager &SMgr = Pieces.front()->getLocation().getManager();
255 const PathDiagnosticLocation &P = Piece->getLocation();
279 const SourceManager &SMgr = Path.front()->getLocation().getManager();
289 LO, Diag.getLocation().asRange(),
290 *Diag.getLocation().asLocation().getExpansionLoc().getFileEntry(),
H A DExplodedGraph.cpp103 ProgramPoint progPoint = node->getLocation();
143 const ProgramPoint SuccLoc = succ->getLocation();
293 ProgramPoint P = getLocation();
334 ProgramPoint P = getLocation();
498 ExplodedNode *NewN = G->createUncachedNode(N->getLocation(), N->State,
H A DPlistDiagnostics.cpp326 FullSourceLoc L = P.getLocation().asLocation();
396 ExpansionInfo EI = getExpandedMacro(P->getLocation().asLocation(), PP, CTU);
402 FullSourceLoc L = P->getLocation().asLocation();
435 FullSourceLoc L = P.getLocation().asLocation();
466 FullSourceLoc L = P.getLocation().asLocation();
609 AddFID(FM, Fids, SM, Piece.getLocation().asLocation());
689 : D->getLocation().asLocation()),
758 EmitLocation(o, SM, D->getLocation().asLocation(), FM, 2);
990 if (getMacroInfoForLocation(PP, SM, II, T.getLocation())) {
991 getMacroNameAndPrintExpansion(Printer, T.getLocation(), P
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp92 unsigned InitialOffset = SM.getFileOffset(Tok.getLocation());
103 return SM.getFileOffset(Tok.getLocation());
112 return SM.getFileOffset(Tok.getLocation());
161 unsigned MaxOffset = SM.getFileOffset(Tok.getLocation());
163 MaxOffset = SM.getFileOffset(Tok.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp310 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(),
311 New->getType()->getAs<FunctionProtoType>(), New->getLocation(),
320 Diag(New->getLocation(), diag::ext_implicit_exception_spec_mismatch)
322 if (Old->getLocation().isValid())
323 Diag(Old->getLocation(), diag::note_previous_declaration);
345 (Old->getLocation().isInvalid() ||
346 Context.getSourceManager().isInSystemHeader(Old->getLocation()) ||
459 Diag(New->getLocation(), DiagID)
462 Diag(New->getLocation(), DiagID)
467 if (Old->getLocation()
[all...]
H A DSema.cpp758 S.Diag(VD->getLocation(), isExternallyVisible(VD->getType()->getLinkage())
766 S.Diag(VD->getLocation(), diag::warn_undefined_internal)
773 S.Diag(VD->getLocation(), diag::warn_undefined_inline) << VD;
777 S.Diag(VD->getLocation(), diag::err_undefined_inline_var) << VD;
884 Diag(TD->getLocation(), diag::warn_unused_local_typedef)
1049 Diag(WeakID.second.getLocation(), diag::warn_attribute_wrong_decl_type)
1052 Diag(WeakID.second.getLocation(), diag::warn_weak_identifier_undeclared)
1145 Diag(VD->getLocation(), diag::warn_tentative_incomplete_array);
1150 } else if (RequireCompleteType(VD->getLocation(), VD->getType(),
1189 Diag(DiagD->getLocation(), dia
[all...]
H A DSemaDeclAttr.cpp231 return AL.getLocation();
301 S.Diag(A->getLocation(), diag::note_conflicting_attribute);
310 S.Diag(AL.getLocation(), diag::err_attributes_are_not_compatible) << &AL
312 S.Diag(A->getLocation(), diag::note_conflicting_attribute);
1112 S.Diag(D->getLocation(),
1601 SourceLocation AttrLoc = TmpAttr.getLocation();
1770 S.Diag(I->getLocation(), diag::err_ownership_returns_index_mismatch)
2328 Diag(OldAA->getLocation(),
2333 Diag(OldAA->getLocation(),
2345 Diag(OldAA->getLocation(), dia
[all...]
H A DSemaLambda.cpp410 Method->getLocation(), MethodName,
554 Diag(Param->getLocation(), diag::err_parameter_shadow_capture);
882 /*isNested*/false, Var->getLocation(), SourceLocation(),
1044 << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation())
1171 << C->Id << SourceRange(LSI->getCapture(Var).getLocation())
1196 Diag(Var->getLocation(), diag::note_previous_decl) << C->Id;
1256 ActOnFields(nullptr, Class->getLocation(), Class, Fields, SourceLocation(),
1371 From->getLocation(), From->getIdentifier(), From->getType(),
1489 ImplicitCaptureLoc.isValid() ? ImplicitCaptureLoc : Cap.getLocation();
1594 auto diag = Diag(From.getLocation(), dia
[all...]
H A DSemaModule.cpp553 Diag(ND->getLocation(), diag::note_anonymous_namespace);
574 Diag(ED->getLocation(), diag::note_export);
634 S.Diag(D->getLocation(), getUnnamedDeclDiag(UDK, BlockStart.isValid()))
652 S.Diag(ND->getLocation(), diag::err_export_internal) << ND;
664 S.Diag(USD->getLocation(), diag::err_export_using_internal) << Target;
665 S.Diag(Target->getLocation(), diag::note_using_decl_target);
H A DSemaPseudoObject.cpp65 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0));
71 refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0));
283 : PseudoOpBuilder(S, refExpr->getLocation(), IsUnique),
679 S.Diag(prop->getLocation(), diag::note_property_declare);
680 S.Diag(prop1->getLocation(), diag::note_property_declare);
700 S.Diag(RefExpr->getLocation(),
702 S.Diag(prop->getLocation(), diag::note_property_declare);
832 S.Diag(RefExpr->getLocation(), diag::err_getter_not_found)
842 Getter, RefExpr->getLocation());
859 RefExpr->getLocation()))
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7234 return D->getLocation();
7445 SourceLocation LHS = getLocation(L);
7446 SourceLocation RHS = getLocation(R);
7451 SourceLocation RHS = getLocation(R);
7456 SourceLocation LHS = getLocation(L);
7460 SourceLocation getLocation(LocalDeclID ID) const {
9391 Diag(D->getLocation(), diag::err_module_odr_violation_missing_decl)
9396 Diag(cast<Decl>(CanonDef)->getLocation(),
9400 Diag(Candidates[I]->getLocation(),
9514 ODRDiagError(FirstRecord->getLocation(), GetSourceRang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp139 return IndexCtx.handleReference(E->getDecl(), E->getLocation(),
212 return IndexCtx.handleReference(E->getDecl(), E->getLocation(),
295 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
305 return IndexCtx.handleReference(PD, E->getLocation(), Parent,
360 return IndexCtx.handleReference(E->getConstructor(), E->getLocation(),
395 return IndexCtx.handleReference(C->getCapturedVar(), C->getLocation(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h222 LocationAccessor getLocation(unsigned LocationIndex) const { function in class:llvm::StackMapParser::LocationKind::RecordAccessor
230 return location_iterator(getLocation(0));
235 return location_iterator(getLocation(getNumLocations()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp396 if (Id.getLocation().isMacroID())
411 MacroNameTok.getLocation());
419 MacroNameTok.getLocation());
428 MacroNameTok.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h322 SourceLocation getLocation() const { return Loc; }
352 inline SourceLocation getLocation() const;
462 inline SourceLocation MacroDirective::DefInfo::getLocation() const { function in class:MacroDirective::DefInfo
465 return DefDirective->getLocation();
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp263 return checkRef(E->getLocation(), E->getDecl()->getLocation());
267 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation());
271 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
H A DTransBlockObjCVariable.cpp142 Pass.TA.replaceText(SM.getExpansionLoc(attr->getLocation()),
H A DTransGCAttrs.cpp90 SourceLocation Loc = OwnershipAttr->getLocation();
162 if (!isInMainFile(I->getLocation()))
284 SourceLocation Loc = ATLs[i].first.getAttr()->getLocation();
292 ATLs[i].second->getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp87 DI.getOrCreateStandaloneType(QualTy, D->getLocation());
94 DI.getOrCreateStandaloneType(QualTy, D->getLocation());
111 DI.EmitFunctionDecl(D, D->getLocation(), FnTy);
130 DI.EmitFunctionDecl(D, D->getLocation(), FnTy);
H A DCGDebugInfo.cpp153 SavedLocation = DI.getLocation();
972 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation());
973 unsigned Line = getLineNumber(RD->getLocation());
1121 SourceLocation Loc = AliasDecl->getLocation();
1137 SourceLocation Loc = Ty->getDecl()->getLocation();
1244 SourceLocation Loc = BitFieldDecl->getLocation();
1310 SourceLocation Loc = C.getLocation();
1326 llvm::DIFile *VUnit = getOrCreateFile(f->getLocation());
1329 "this", type, f->getLocation(), f->getAccess(),
1343 llvm::DIFile *VUnit = getOrCreateFile(Var->getLocation());
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp105 ProgramPoint P = N->getFirstPred()->getLocation();
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h114 std::string getLocation(const Twine &msg);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h110 SourceLocation getLocation() const;
H A DInterpFrame.h111 SourceLocation getLocation(CodePtr PC) const;
H A DSource.h112 SourceLocation getLocation(Function *F, CodePtr PC) const;

Completed in 526 milliseconds

1234567891011>>