| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 75 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 D | ParseDecl.cpp | 463 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 D | ParseDeclCXX.cpp | 4421 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 D | Parser.h | 2826 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 D | InstrRefBasedImpl.cpp | 3763 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 D | CGDebugInfo.h | 462 SourceLocation ScopeLoc, QualType FnType,
|
| H A D | CGDebugInfo.cpp | 4214 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 D | ASTReaderDecl.cpp | 3160 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local 3169 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()
|