/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.h | 40 ArrayRef<SMLoc> DiagLoc; variable 45 PatternParser(const CodeGenTarget &CGT, ArrayRef<SMLoc> DiagLoc) in PatternParser()
|
H A D | Patterns.cpp | 26 std::optional<PatternType> PatternType::get(ArrayRef<SMLoc> DiagLoc, in get() 751 bool PatFragPattern::checkSemantics(ArrayRef<SMLoc> DiagLoc) { in checkSemantics()
|
H A D | Patterns.h | 478 OperandTypeChecker(ArrayRef<SMLoc> DiagLoc) : DiagLoc(DiagLoc) {} in OperandTypeChecker()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1285 SourceLocation DiagLoc = DiagToken.getLocation(); in HandlePragma() local 1389 SourceLocation DiagLoc = Tok.getLocation(); in HandlePragma() local 1537 SourceLocation DiagLoc = Tok.getLocation(); in HandlePragma() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 929 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, in CheckJump()
|
H A D | CheckExprLifetime.cpp | 1007 SourceLocation DiagLoc = DiagRange.getBegin(); in checkExprLifetimeImpl() local
|
H A D | SemaType.cpp | 4953 SourceLocation DiagLoc, FixitLoc; in GetFullTypeForDeclarator() local 7273 SourceLocation DiagLoc, in CheckImplicitNullabilityTypeSpecifier()
|
H A D | SemaExprCXX.cpp | 1285 SourceLocation DiagLoc = LSI->IntroducerRange.getEnd(); in buildLambdaThisCaptureFixit() local 6875 SourceRange DiagLoc = in CXXCheckConditionalOperands() local
|
H A D | SemaDecl.cpp | 2093 SourceLocation DiagLoc = D->getLocation(); in DiagnoseUnusedDecl() local 14371 SourceLocation DiagLoc = var->getLocation(); in CheckCompleteVariableDeclaration() local
|
H A D | SemaChecking.cpp | 8600 SourceLocation DiagLoc = SizeArg->getExprLoc(); in CheckMemaccessSize() local 8622 SourceLocation DiagLoc = Call->getArg(1)->getExprLoc(); in CheckMemaccessSize() local
|
H A D | SemaTemplate.cpp | 5956 SourceLocation DiagLoc = Arg->getExprLoc(); in isNullPointerValueTemplateArgument() local
|
H A D | SemaExpr.cpp | 16932 SourceLocation DiagLoc = E->getBeginLoc(); in VerifyIntegerConstantExpression() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1175 SourceLocation DiagLoc; in ParseLambdaIntroducer() local 2828 SourceLocation DiagLoc; in ParseUnqualifiedIdOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 826 SourceLocation DiagLoc = Record.readSourceLocation(); in readSubstitutionDiagnostic() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2447 SMLoc DiagLoc = Diag.getLoc(); in DiagHandler() local
|
H A D | MasmParser.cpp | 2779 SMLoc DiagLoc = Diag.getLoc(); in DiagHandler() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2433 EvalInfo &Info, SourceLocation DiagLoc, in CheckEvaluationResult() 2527 static bool CheckConstantExpression(EvalInfo &Info, SourceLocation DiagLoc, in CheckConstantExpression() 2542 static bool CheckFullyInitialized(EvalInfo &Info, SourceLocation DiagLoc, in CheckFullyInitialized()
|