Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h68 const SourceLocation ScopeLoc; variable
80 : AttrRange(AttrRange), ScopeLoc(), AttrKind(0), SyntaxUsed(0), in AttributeCommonInfo()
84 : AttrRange(AttrLoc), ScopeLoc(), AttrKind(0), SyntaxUsed(0), in AttributeCommonInfo()
89 SourceLocation ScopeLoc, Syntax SyntaxUsed) in AttributeCommonInfo() argument
91 ScopeLoc(ScopeLoc), in AttributeCommonInfo()
97 SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed) in AttributeCommonInfo() argument
99 ScopeLoc(ScopeLoc), AttrKind(AttrKind), SyntaxUsed(SyntaxUsed), in AttributeCommonInfo()
104 SourceLocation ScopeLoc, Kind AttrKind, Syntax SyntaxUsed, in AttributeCommonInfo() argument
107 ScopeLoc(ScopeLoc), AttrKind(AttrKind), SyntaxUsed(SyntaxUsed), in AttributeCommonInfo()
113 ScopeLoc(), AttrKind(getParsedKind(AttrName, ScopeName, SyntaxUsed)), in AttributeCommonInfo()
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp358 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
364 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon() argument
482 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
513 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
525 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
533 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
553 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
559 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseClangAttributeArgs() argument
575 ScopeLoc, Syntax); in ParseClangAttributeArgs()
583 ScopeLoc, Syntax); in ParseClangAttributeArgs()
[all …]
H A DParseDeclCXX.cpp4265 SourceLocation ScopeLoc, CachedTokens &OpenMPTokens) { in ParseCXX11AttributeArgs() argument
4297 ScopeLoc, Syntax, nullptr); in ParseCXX11AttributeArgs()
4317 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4320 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4426 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifierInternal() local
4438 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifierInternal()
4451 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifierInternal()
4455 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal()
4462 ScopeName, ScopeLoc, OpenMPTokens); in ParseCXX11AttributeSpecifierInternal()
4467 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifierInternal()
[all …]
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2687 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2748 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2755 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2805 SourceLocation ScopeLoc,
2859 SourceLocation ScopeLoc,
2870 SourceLocation ScopeLoc,
2878 SourceLocation ScopeLoc,
2886 SourceLocation ScopeLoc,
2894 SourceLocation ScopeLoc,
2901 SourceLocation ScopeLoc,
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3288 const DILocation *ScopeLoc = VTracker->Scopes[Var]; in ExtendRanges() local
3289 assert(ScopeLoc != nullptr); in ExtendRanges()
3290 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()
3298 ScopeToDILocation[Scope] = ScopeLoc; in ExtendRanges()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h441 SourceLocation ScopeLoc, QualType FnType,
H A DCGDebugInfo.cpp4050 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument
4120 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp2911 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local
2916 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()