| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 65 const SourceLocation ScopeLoc; variable 77 : AttrRange(AttrRange), ScopeLoc(), AttrKind(0), SyntaxUsed(0), in AttributeCommonInfo() 81 : AttrRange(AttrLoc), ScopeLoc(), AttrKind(0), SyntaxUsed(0), in AttributeCommonInfo() 86 SourceLocation ScopeLoc, Syntax SyntaxUsed) in AttributeCommonInfo() argument 88 ScopeLoc(ScopeLoc), in AttributeCommonInfo() 94 SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed) in AttributeCommonInfo() argument 96 ScopeLoc(ScopeLoc), AttrKind(AttrKind), SyntaxUsed(SyntaxUsed), in AttributeCommonInfo() 101 SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed, in AttributeCommonInfo() argument 104 ScopeLoc(ScopeLoc), AttrKind(AttrKind), SyntaxUsed(SyntaxUsed), in AttributeCommonInfo() 110 ScopeLoc(), AttrKind(getParsedKind(AttrName, ScopeName, SyntaxUsed)), in AttributeCommonInfo() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 358 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon() argument 435 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon() 470 ScopeLoc, Syntax); in ParseGNUAttributeArgs() 482 ScopeLoc, Syntax); in ParseGNUAttributeArgs() 490 ScopeLoc, Syntax); in ParseGNUAttributeArgs() 510 ScopeLoc, Syntax); in ParseGNUAttributeArgs() 516 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseClangAttributeArgs() argument 532 ScopeLoc, Syntax); in ParseClangAttributeArgs() 540 ScopeLoc, Syntax); in ParseClangAttributeArgs() 1238 ScopeName, ScopeLoc, in ParseAvailabilityAttribute() [all …]
|
| H A D | ParseDeclCXX.cpp | 4250 SourceLocation ScopeLoc, in ParseCXX11AttributeArgs() argument 4272 ScopeLoc, Syntax, nullptr); in ParseCXX11AttributeArgs() 4292 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs() 4296 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs() 4401 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifierInternal() local 4412 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifierInternal() 4424 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifierInternal() 4428 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal() 4435 ScopeName, ScopeLoc, OpenMPTokens); in ParseCXX11AttributeSpecifierInternal() 4440 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifierInternal() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2649 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2765 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2772 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2834 SourceLocation ScopeLoc, 2876 SourceLocation ScopeLoc, 2887 SourceLocation ScopeLoc, 2895 SourceLocation ScopeLoc, 2903 SourceLocation ScopeLoc, 2911 SourceLocation ScopeLoc, 2918 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 3635 const DILocation *ScopeLoc = VTracker->Scopes[Var]; in ExtendRanges() local 3636 assert(ScopeLoc != nullptr); in ExtendRanges() 3637 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges() 3645 ScopeToDILocation[Scope] = ScopeLoc; in ExtendRanges()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 425 SourceLocation ScopeLoc, QualType FnType,
|
| H A D | CGDebugInfo.cpp | 3865 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument 3935 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2803 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local 2808 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()
|