Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h65 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp331 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
349 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
352 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
358 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon() argument
435 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
439 ScopeName, ScopeLoc, TheParsedType, Syntax); in ParseAttributeArgsCommon()
441 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
459 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
470 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
474 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
[all …]
H A DParseDeclCXX.cpp4095 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
4116 ScopeLoc, Syntax, nullptr); in ParseCXX11AttributeArgs()
4124 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4128 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4232 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
4243 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
4255 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifier()
4259 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifier()
4266 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
4271 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifier()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2643 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2759 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2766 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2808 SourceLocation ScopeLoc);
2849 SourceLocation ScopeLoc,
2860 SourceLocation ScopeLoc,
2868 SourceLocation ScopeLoc,
2876 SourceLocation ScopeLoc,
2884 SourceLocation ScopeLoc,
2891 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3302 const DILocation *ScopeLoc = VTracker->Scopes[Var]; in ExtendRanges() local
3303 assert(ScopeLoc != nullptr); in ExtendRanges()
3304 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()
3312 ScopeToDILocation[Scope] = ScopeLoc; in ExtendRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h425 SourceLocation ScopeLoc, QualType FnType,
H A DCGDebugInfo.cpp3882 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument
3952 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2785 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local
2790 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()