Home
last modified time | relevance | path

Searched refs:ElementLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp42 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() local
50 Elements.emplace_back(ElementLoc, *Flags); in parse()
52 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() local
59 Elements.emplace_back(ElementLoc, *Constants); in parse()
61 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() local
72 Elements.emplace_back(ElementLoc, *Table); in parse()
75 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() local
82 Elements.emplace_back(ElementLoc, *Descriptor); in parse()
84 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse() local
91 Elements.emplace_back(ElementLoc, *Sampler); in parse()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp899 std::optional<Loc> ElementLoc; in checkElementNonNil() local
903 ElementLoc = State->getLValue(ElemDecl, LCtx); in checkElementNonNil()
905 ElementLoc = State->getSVal(Element, LCtx).getAs<Loc>(); in checkElementNonNil()
908 if (!ElementLoc) in checkElementNonNil()
912 SVal Val = State->getSVal(*ElementLoc); in checkElementNonNil()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7345 SourceLocation ElementLoc; member in __anon28c3fbb12011::EquatableFormatArgument
7355 EquatableFormatArgument(CharSourceRange Range, SourceLocation ElementLoc, in EquatableFormatArgument() argument
7363 SpecifierLetter(SpecifierLetter), Range(Range), ElementLoc(ElementLoc), in EquatableFormatArgument()
7368 SourceLocation getSourceLocation() const { return ElementLoc; } in getSourceLocation()
7574 ElementLoc, true, Range); in EmitDiagnostic()
7586 S.Diag(Other.ElementLoc, diag::note_format_cmp_with) << 0 << Other.Range; in VerifyCompatible()
7597 S.Diag(Other.ElementLoc, diag::note_format_cmp_with) << 0 << Other.Range; in VerifyCompatible()
7610 HadError = S.Diag(Other.ElementLoc, diag::note_format_cmp_with) in VerifyCompatible()
7629 HadError = S.Diag(Other.ElementLoc, diag::note_format_cmp_with) in VerifyCompatible()
7639 HadError = S.Diag(Other.ElementLoc, diag::note_format_cmp_with) in VerifyCompatible()
[all …]