/external/llvm-project/clang/include/clang/Basic/ |
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 …]
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 116 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/ |
D | ParseDecl.cpp | 307 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 …]
|
D | ParseDeclCXX.cpp | 4082 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/ |
D | Parser.h | 2656 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/ |
D | ParseDecl.cpp | 247 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 …]
|
D | ParseDeclCXX.cpp | 3685 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/ |
D | Parser.h | 2130 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/ |
D | InstrRefBasedImpl.cpp | 3302 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/ |
D | CGDebugInfo.h | 308 SourceLocation ScopeLoc, QualType FnType,
|
D | CGDebugInfo.cpp | 2866 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument 2915 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 417 SourceLocation ScopeLoc, QualType FnType,
|
D | CGDebugInfo.cpp | 3797 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument 3869 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2783 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local 2788 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()
|