Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
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 …]
/external/clang/include/clang/Sema/
DAttributeList.h116 SourceLocation ScopeLoc; variable
242 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in AttributeList()
262 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
282 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList()
299 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
317 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
331 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
357 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp307 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
325 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
328 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
334 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon() argument
411 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
415 ScopeName, ScopeLoc, TheParsedType, Syntax); in ParseAttributeArgsCommon()
417 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
435 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
446 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
450 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
[all …]
DParseDeclCXX.cpp4082 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
4103 ScopeLoc, Syntax, nullptr); in ParseCXX11AttributeArgs()
4111 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4115 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4208 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
4219 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
4231 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifier()
4235 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifier()
4250 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
4255 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifier()
[all …]
/external/llvm-project/clang/include/clang/Parse/
DParser.h2656 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2681 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2688 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2727 SourceLocation ScopeLoc);
2776 SourceLocation ScopeLoc,
2787 SourceLocation ScopeLoc,
2795 SourceLocation ScopeLoc,
2803 SourceLocation ScopeLoc,
2811 SourceLocation ScopeLoc,
2818 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax);
/external/clang/lib/Parse/
DParseDecl.cpp247 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
265 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
268 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
274 SourceLocation ScopeLoc, AttributeList::Syntax Syntax) { in ParseAttributeArgsCommon() argument
322 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
323 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
340 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
351 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
355 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
359 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
[all …]
DParseDeclCXX.cpp3685 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
3703 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs()
3707 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs()
3798 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
3809 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
3821 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifier()
3825 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifier()
3840 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
3844 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier()
3846 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
/external/clang/include/clang/Parse/
DParser.h2130 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2157 SourceLocation ScopeLoc,
2196 SourceLocation ScopeLoc);
2244 SourceLocation ScopeLoc,
2252 SourceLocation ScopeLoc,
2260 SourceLocation ScopeLoc,
2268 SourceLocation ScopeLoc,
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
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()
/external/clang/lib/CodeGen/
DCGDebugInfo.h308 SourceLocation ScopeLoc, QualType FnType,
DCGDebugInfo.cpp2866 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
2915 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h417 SourceLocation ScopeLoc, QualType FnType,
DCGDebugInfo.cpp3797 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
3869 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2783 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local
2788 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()