Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp358 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
364 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon() argument
480 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
511 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
523 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
531 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
551 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
557 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseClangAttributeArgs() argument
573 ScopeLoc, Syntax); in ParseClangAttributeArgs()
581 ScopeLoc, Syntax); in ParseClangAttributeArgs()
[all …]
H A DParseDeclCXX.cpp4357 SourceLocation ScopeLoc, CachedTokens &OpenMPTokens) { in ParseCXX11AttributeArgs() argument
4389 ScopeLoc, Syntax, nullptr); in ParseCXX11AttributeArgs()
4409 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4412 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4516 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifierInternal() local
4528 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifierInternal()
4541 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifierInternal()
4545 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal()
4552 ScopeName, ScopeLoc, OpenMPTokens); in ParseCXX11AttributeSpecifierInternal()
4557 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifierInternal()
[all …]
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2763 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2824 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2831 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2881 SourceLocation ScopeLoc,
2949 SourceLocation ScopeLoc,
2960 SourceLocation ScopeLoc,
2968 SourceLocation ScopeLoc,
2976 SourceLocation ScopeLoc,
2984 SourceLocation ScopeLoc,
2991 SourceLocation ScopeLoc,
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h440 SourceLocation ScopeLoc, QualType FnType,
H A DCGDebugInfo.cpp4068 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument
4142 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3005 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local
3010 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()