Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h75 const SourceLocation ScopeLoc; variable
142 SourceLocation ScopeLoc, Kind AttrKind, Form FormUsed) in AttributeCommonInfo() argument
144 ScopeLoc(ScopeLoc), AttrKind(AttrKind), in AttributeCommonInfo()
155 SourceLocation ScopeLoc, Form FormUsed) in AttributeCommonInfo() argument
157 AttrName, ScopeName, AttrRange, ScopeLoc, in AttributeCommonInfo()
187 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp415 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
433 ScopeName, ScopeLoc, T.get(), Form); in ParseAttributeWithTypeArg()
436 ScopeName, ScopeLoc, nullptr, 0, Form); in ParseAttributeWithTypeArg()
522 SourceLocation ScopeLoc, ParsedAttr::Form Form) { in ParseAttributeArgsCommon() argument
650 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
654 ScopeName, ScopeLoc, TheParsedType, Form); in ParseAttributeArgsCommon()
656 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
672 SourceLocation ScopeLoc, ParsedAttr::Form Form, Declarator *D) { in ParseGNUAttributeArgs() argument
681 ScopeLoc, Form); in ParseGNUAttributeArgs()
685 ScopeName, ScopeLoc, Form); in ParseGNUAttributeArgs()
[all …]
H A DParseDeclCXX.cpp4680 SourceLocation ScopeLoc, CachedTokens &OpenMPTokens) { in ParseCXX11AttributeArgs() argument
4710 ScopeLoc, Form, nullptr); in ParseCXX11AttributeArgs()
4732 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4740 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4881 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifierInternal() local
4894 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifierInternal()
4908 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifierInternal()
4912 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifierInternal()
4919 ScopeName, ScopeLoc, OpenMPTokens); in ParseCXX11AttributeSpecifierInternal()
4924 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifierInternal()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2890 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2951 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2958 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
3007 SourceLocation ScopeLoc,
3087 SourceLocation ScopeLoc,
3098 SourceLocation ScopeLoc,
3106 SourceLocation ScopeLoc,
3114 SourceLocation ScopeLoc,
3122 SourceLocation ScopeLoc,
3129 SourceLocation ScopeLoc,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3797 const DILocation *ScopeLoc = VTracker->Scopes[VarID]; in ExtendRanges() local
3798 assert(ScopeLoc != nullptr); in ExtendRanges()
3799 auto *Scope = LS.findLexicalScope(ScopeLoc); in ExtendRanges()
3806 ScopeToDILocation[Scope] = ScopeLoc; in ExtendRanges()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h472 SourceLocation ScopeLoc, QualType FnType,
H A DCGDebugInfo.cpp4367 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart() argument
4441 unsigned ScopeLine = getLineNumber(ScopeLoc); in emitFunctionStart()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3137 SourceLocation ScopeLoc = Record.readSourceLocation(); in readAttr() local
3146 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()