| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 383 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument 401 AttributeScopeInfo(ScopeName, ScopeLoc), T.get(), Form); in ParseAttributeWithTypeArg() 404 AttributeScopeInfo(ScopeName, ScopeLoc), nullptr, 0, Form); in ParseAttributeWithTypeArg() 480 SourceLocation ScopeLoc, ParsedAttr::Form Form) { in ParseAttributeArgsCommon() argument 608 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon() 612 AttributeScopeInfo(ScopeName, ScopeLoc), in ParseAttributeArgsCommon() 616 AttributeScopeInfo(ScopeName, ScopeLoc), ArgExprs.data(), in ParseAttributeArgsCommon() 630 SourceLocation ScopeLoc, ParsedAttr::Form Form, Declarator *D) { in ParseGNUAttributeArgs() argument 639 ScopeLoc, Form); in ParseGNUAttributeArgs() 643 ScopeName, ScopeLoc, Form); in ParseGNUAttributeArgs() [all …]
|
| H A D | ParseDeclCXX.cpp | 4456 SourceLocation ScopeLoc, SourceLocation *EndLoc, ParsedAttr::Form Form) { in ParseCXXAssumeAttributeArg() argument 4498 AttributeScopeInfo(ScopeName, ScopeLoc), &Assumption, 1, Form); in ParseCXXAssumeAttributeArg() 4509 SourceLocation ScopeLoc, CachedTokens &OpenMPTokens) { in ParseCXX11AttributeArgs() argument 4539 ScopeLoc, Form, nullptr); in ParseCXX11AttributeArgs() 4561 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs() 4570 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs() 4687 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifierInternal() local 4700 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifierInternal() 4714 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifierInternal() 4718 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2132 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2261 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2268 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2376 SourceLocation ScopeLoc, 2400 SourceLocation ScopeLoc, 2421 SourceLocation ScopeLoc, 2429 SourceLocation ScopeLoc, 2437 SourceLocation ScopeLoc, 2444 SourceLocation ScopeLoc, 2455 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 3824 const DILocation *ScopeLoc = VTracker->Scopes[VarID]; in ExtendRanges() local 3825 assert(ScopeLoc != nullptr); in ExtendRanges() 3826 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges() 3833 ScopeToDILocation[Scope] = ScopeLoc; in ExtendRanges()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 497 SourceLocation ScopeLoc, QualType FnType,
|
| H A D | CGDebugInfo.cpp | 4624 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument 4701 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3185 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local 3194 AttributeCommonInfo Info(AttrName, AttributeScopeInfo(ScopeName, ScopeLoc), in readAttr()
|