Searched refs:getLocation (Results 176 - 200 of 278) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h386 void getLocation(StringRef &RelativePath, unsigned &Line,
393 DiagnosticLocation getLocation() const { return Loc; } function in class:llvm::DiagnosticInfoWithLocationBase
637 Orig.RemarkName, Orig.getFunction(), Orig.getLocation()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp191 SourceLocation Loc = D->getLocation();
554 printLoc(Out, D->getLocation(), Context->getSourceManager(), true);
1091 return generateUSRForMacro(MD->getName()->getName(), MD->getLocation(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp233 SDValue OldLocation = Builder.StatepointLowering.getLocation(Incoming);
370 SDValue Loc = Builder.StatepointLowering.getLocation(Incoming);
610 SDValue Loc = Builder.StatepointLowering.getLocation(SDV);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2584 Diag((*Found)->getLocation(), diag::note_ambiguous_member_found);
2599 Diag(D->getLocation(), diag::note_ambiguous_member_found);
2612 Diag(TD->getLocation(), diag::note_hidden_tag);
2617 Diag(D->getLocation(), diag::note_hiding_object);
2633 Diag(D->getLocation(), diag::note_ambiguous_candidate) << D;
3102 SourceLocation LookupLoc = RD->getLocation();
3127 runWithSufficientStackSpace(RD->getLocation(), [&] {
3153 runWithSufficientStackSpace(RD->getLocation(), [&] {
3161 runWithSufficientStackSpace(RD->getLocation(), [&] {
3166 runWithSufficientStackSpace(RD->getLocation(), [
[all...]
H A DSemaExprCXX.cpp259 MarkAnyDeclReferenced(Type->getLocation(), Type, /*OdrUse=*/false);
361 Diag(NonMatchingTypeDecl->getLocation(), diag::note_destructor_type_here)
1955 return S.Diag(Conv->getLocation(), diag::note_array_size_conversion)
1966 return S.Diag(Conv->getLocation(), diag::note_array_size_conversion)
2620 Diag(OperatorDelete->getLocation(), diag::note_previous_decl)
2635 Diag(Match.second->getLocation(),
2938 Diag(Match.FD->getLocation(), diag::note_member_declared_here) << Name;
2951 Diag(D->getUnderlyingDecl()->getLocation(),
3275 return S.Diag(Conv->getLocation(), diag::note_delete_conversion)
3286 return S.Diag(Conv->getLocation(), dia
[all...]
H A DTreeTransform.h1131 SemaRef.Diag(SomeDecl->getLocation(), diag::note_declared_at);
1145 SemaRef.Diag(Tag->getLocation(), diag::note_previous_use);
1482 ExceptionDecl->getLocation(),
3735 getDerived().TransformDefinition(Var->getLocation(), Var));
5205 OldParm->getLocation(),
6304 SemaRef.Diag(TAT->getLocation(), diag::note_declared_at);
6357 SemaRef.Diag(TL.getAttr()->getLocation(),
6580 getDerived().TransformDecl(T->getDecl()->getLocation(), T->getDecl()));
6872 Decl *LD = getDerived().TransformDecl(S->getDecl()->getLocation(),
7111 Decl *LD = getDerived().TransformDecl(S->getLabel()->getLocation(),
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp316 Location = A->getLocation();
349 Diags.Report(SA->getLocation(), diag::warn_alias_with_section)
765 getDiags().Report(Context.getFullLoc(D->getLocation()), DiagID) << Msg;
2264 Annotations.push_back(EmitAnnotateAttr(GV, I, D->getLocation()));
2828 PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(),
3178 getDiags().Report(D->getLocation(), diag::err_duplicate_mangled_name)
3180 getDiags().Report(OtherGD.getDecl()->getLocation(),
3478 getDiags().Report(D->getLocation(), diag::err_duplicate_mangled_name)
3480 getDiags().Report(OtherGD.getDecl()->getLocation(),
4495 Diags.Report(AA->getLocation(), dia
[all...]
H A DCodeGenFunction.cpp1219 getContext(), Param->getDeclContext(), Param->getLocation(),
1263 BodyRange = FD->getLocation();
1271 SourceLocation Loc = FD->getLocation();
1277 Loc = SpecDecl->getLocation();
1331 EmitCheckSourceLocation(FD->getLocation()), None);
2197 I->getAnnotation(), D->getLocation());
2214 V = EmitAnnotationCall(F, V, I->getAnnotation(), D->getLocation());
H A DCodeGenAction.cpp584 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()),
601 D.getLocation(Filename, Line, Column);
621 Loc = FD->getASTContext().getFullLoc(FD->getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h284 SourceLocation getBeginLoc() const LLVM_READONLY { return getLocation(); }
287 return SourceRange(getLocation(), getEndLoc());
964 return SourceRange(AtLoc, getLocation());
1333 return SourceRange(getAtStartLoc(), getLocation());
1894 return getLocation();
2250 return SourceRange(getAtStartLoc(), getLocation());
2865 return IvarLoc.isValid() && IvarLoc != getLocation();
H A DExpr.h1105 SourceLocation getLocation() const { return OpaqueValueExprBits.Loc; } function in class:clang::OpaqueValueExpr
1108 return SourceExpr ? SourceExpr->getBeginLoc() : getLocation();
1111 return SourceExpr ? SourceExpr->getEndLoc() : getLocation();
1114 return SourceExpr ? SourceExpr->getExprLoc() : getLocation();
1252 return DeclarationNameInfo(getDecl()->getDeclName(), getLocation(), DNLoc);
1255 SourceLocation getLocation() const { return DeclRefExprBits.Loc; } function in class:clang::final
1472 SourceLocation getLocation() const { return Loc; } function in class:clang::IntegerLiteral
1511 SourceLocation getLocation() const { return Loc; } function in class:clang::FixedPointLiteral
1556 SourceLocation getLocation() const { return Loc; } function in class:clang::CharacterLiteral
1638 SourceLocation getLocation() cons function in class:clang::FloatingLiteral
4344 SourceLocation getLocation() const { return BuiltinLoc; } function in class:clang::final::final::final
[all...]
H A DDecl.h478 bool isGnuLocal() const { return LocStart != getLocation(); }
482 return SourceRange(LocStart, getLocation());
1978 return DeclarationNameInfo(getDeclName(), getLocation(), DNLoc);
3060 return SourceRange(LocStart, getLocation());
3062 return SourceRange(getLocation());
4019 SourceLocation getAsmLoc() const { return getLocation(); }
4110 SourceLocation getCaretLocation() const { return getLocation(); }
4414 SourceLocation getExportLoc() const { return getLocation(); }
4425 return decls_empty() ? getLocation() : decls_begin()->getEndLoc();
4429 return SourceRange(getLocation(), getEndLo
[all...]
H A DExprObjC.h103 SourceLocation getLocation() const { return Loc; } function in class:clang::ObjCBoolLiteralExpr
589 SourceLocation getLocation() const { return Loc; } function in class:clang::ObjCIvarRefExpr
763 SourceLocation getLocation() const { return IdLoc; } function in class:clang::ObjCPropertyRefExpr
H A DDeclBase.h418 return SourceRange(getLocation(), getLocation());
429 SourceLocation getLocation() const { return Loc; } function
H A DTemplateBase.h487 SourceLocation getLocation() const { function in class:clang::TemplateArgumentLoc
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp722 SourceLocation Loc = D->getLocation();
2198 Loc = VD->getLocation();
2202 Loc = FD->getLocation();
2213 Loc = FD->getLocation();
2217 Loc = TD->getLocation();
2606 Context->IntTy, Exp->getLocation());
2609 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
3053 SourceLocation Location = D->getLocation();
3614 TagLocation = RD->getLocation();
3616 IDecl->getLocation(), TagLocatio
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp672 if (Pred->getLocation().getAs<BlockEntrance>())
1868 ProgramPoint L = N->getLocation();
1971 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext();
1974 (*G.roots_begin())->getLocation().getLocationContext();
2317 Pred = Bldr.generateNode(Pred->getLocation(), State, Pred);
2964 ProgramPoint P = Pred->getLocation();
3050 EN->getLocation() == N->getLocation())
3102 OtherNode->getLocation().printJson(Out, /*NL=*/"\\l");
3104 if (const ProgramPointTag *Tag = OtherNode->getLocation()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1823 Diag(D->getLocation(), diag::warn_npot_ms_struct);
1967 Diag(RD->getLocation(), diag::warn_padded_struct_size)
1978 Diag(D->getLocation(), diag::warn_unnecessary_packed)
2043 if (D->getLocation().isInvalid())
2057 Diag(D->getLocation(), diag::warn_padded_struct_field)
2064 Diag(D->getLocation(), diag::warn_padded_struct_anon_field)
H A DRawCommentList.cpp397 SourceMgr.getSpellingColumnNumber(Tok.getLocation(), &LocInvalid);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp370 const char *TokStart = SourceMgr.getCharacterData(Tok.getLocation(),
421 TokStart = SourceMgr.getCharacterData(Tok.getLocation(), &CharDataInvalid);
542 return TheTok.getLocation();
635 unsigned TokOffset = TheTok.getLocation().getRawEncoding() - StartOffset;
646 ActiveCommentLoc = TheTok.getLocation();
712 End = TheTok.getLocation();
1276 SourceLocation TokenLoc = Tok->getLocation();
2408 Result.getLocation(), Result.getLocation());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h161 SourceLocation getLocation() const { return getSourceRange().getBegin(); } function in class:clang::MacroDefinitionRecord
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp199 auto StartLoc = Decl->getLocation();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp251 FR->getDecl()->getLocation()))
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp86 PathDiagnosticLocation L = BR.getLocation();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp185 if (!R.getLocation().isValid() || TPC.isGlobalISelAbortEnabled())

Completed in 605 milliseconds

1234567891011>>