Home
last modified time | relevance | path

Searched refs:ScopeLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h75 const SourceLocation ScopeLoc; variable
142 SourceLocation ScopeLoc, Kind AttrKind, Form FormUsed) in AttributeCommonInfo() argument
144 ScopeLoc(ScopeLoc), AttrKind(AttrKind), in AttributeCommonInfo()
155 SourceLocation ScopeLoc, Form FormUsed) in AttributeCommonInfo() argument
157 AttrName, ScopeName, AttrRange, ScopeLoc, in AttributeCommonInfo()
187 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp463 SourceLocation ScopeLoc, ParsedAttr::Form Form) { in ParseAttributeArgsCommon() argument
579 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
610 ScopeLoc, Form); in ParseGNUAttributeArgs()
622 ScopeLoc, Form); in ParseGNUAttributeArgs()
630 ScopeLoc, Form); in ParseGNUAttributeArgs()
650 ScopeLoc, Form); in ParseGNUAttributeArgs()
656 SourceLocation ScopeLoc, ParsedAttr::Form Form) { in ParseClangAttributeArgs() argument
672 ScopeLoc, Form); in ParseClangAttributeArgs()
680 ScopeLoc, Form); in ParseClangAttributeArgs()
1217 SourceLocation ScopeLoc, ParsedAttr::Form Form) { in ParseAvailabilityAttribute() argument
[all …]
H A DParseDeclCXX.cpp4421 SourceLocation ScopeLoc, CachedTokens &OpenMPTokens) { in ParseCXX11AttributeArgs() argument
4451 ScopeLoc, Form, nullptr); in ParseCXX11AttributeArgs()
4471 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4474 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4613 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifierInternal() local
4625 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifierInternal()
4638 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifierInternal()
4642 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal()
4649 ScopeName, ScopeLoc, OpenMPTokens); in ParseCXX11AttributeSpecifierInternal()
4654 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifierInternal()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2826 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2887 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2894 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2943 SourceLocation ScopeLoc,
3012 SourceLocation ScopeLoc,
3023 SourceLocation ScopeLoc,
3031 SourceLocation ScopeLoc,
3039 SourceLocation ScopeLoc,
3047 SourceLocation ScopeLoc,
3054 SourceLocation ScopeLoc,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3763 const DILocation *ScopeLoc = VTracker->Scopes[Var]; in ExtendRanges() local
3764 assert(ScopeLoc != nullptr); in ExtendRanges()
3765 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()
3773 ScopeToDILocation[Scope] = ScopeLoc; in ExtendRanges()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h462 SourceLocation ScopeLoc, QualType FnType,
H A DCGDebugInfo.cpp4214 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument
4288 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3160 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local
3169 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()