Searched refs:getLoc (Results 176 - 193 of 193) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1085 PrintFatalError(R->getLoc(), "Could not convert this record into a type");
H A DNeonEmitter.cpp65 PrintFatalError(CurrentRecord->getLoc(), Str);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1949 NeedToCaptureVariable(cast<VarDecl>(D), NameInfo.getLoc());
1970 if (auto *NewFPT = ResolveExceptionSpec(NameInfo.getLoc(), FPT))
2283 SourceLocation Loc = NameInfo.getLoc();
2326 SourceLocation NameLoc = NameInfo.getLoc();
2580 Diag(NameInfo.getLoc(), diag::err_no_member)
2608 TLB.pushTypeSpec(Ty).setNameLoc(NameInfo.getLoc());
3114 SourceLocation Loc = NameInfo.getLoc();
3150 return BuildAnonymousStructUnionMemberReference(SS, NameInfo.getLoc(),
H A DSemaDeclCXX.cpp2588 Diag(AL.getLoc(), AL.getKind() == ParsedAttr::UnknownAttribute
3183 SourceLocation Loc = NameInfo.getLoc();
9801 Diag(AL.getLoc(), diag::warn_attribute_after_definition_ignored) << AL;
11897 SourceLocation IdentLoc = NameInfo.getLoc();
H A DSemaTemplateInstantiate.cpp3527 TemplateInstantiator Instantiator(*this, TemplateArgs, NameInfo.getLoc(),
H A DSemaOverload.cpp13849 OpLocInfo.getLoc(),
14406 OpLocInfo.getLoc(),
14658 SuffixInfo.getLoc(),
H A DSemaDecl.cpp4796 Diag(AL.getLoc(), diag::warn_declspec_attribute_ignored)
5571 Diag(NameInfo.getLoc(), diag::err_member_name_of_class) << Name;
H A DTreeTransform.h4062 getDerived().TransformDecl(NameInfo.getLoc(), OldTemplate));
4085 TemporaryBase Rebase(*this, NameInfo.getLoc(), Name);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp403 DeclRefExprBits.Loc = NameInfo.getLoc();
1555 MemberDNLoc(NameInfo.getInfo()), MemberLoc(NameInfo.getLoc()) {
H A DDecl.cpp2773 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6060 SourceLocation LHS = getLoc(L);
6061 SourceLocation RHS = getLoc(R);
6066 SourceLocation LHS = getLoc(L);
6071 SourceLocation RHS = getLoc(R);
6075 SourceLocation getLoc(const PPEntityOffset &PPE) const { function in struct:__anon2132::PPEntityComp
H A DASTWriter.cpp4975 Record.AddSourceLocation(Update.getLoc());
5497 AddSourceLocation(NameInfo.getLoc());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1544 Diag(AL.getLoc(), diag::warn_unknown_attribute_ignored) << AL;
1546 Diag(AL.getLoc(), DiagID) << AL;
H A DParseDeclCXX.cpp2355 Diag(AL.getLoc(), diag::warn_gcc_attribute_location);
H A DParseExprCXX.cpp1256 Diag(A.getLoc(), diag::warn_cuda_attr_lambda_position)
H A DParseOpenMP.cpp1548 DeclareTargetDecls.emplace_back(MT, NameInfo.getLoc(), ND);
H A DParsePragma.cpp1550 SourceLocation Loc = Attrs[1].getLoc();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2499 MachineLocation Location = Value.getLoc();

Completed in 476 milliseconds

12345678