Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedAttr.h172 SourceLocation ScopeLoc; variable
239 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in ParsedAttr()
256 ScopeLoc(scopeLoc), NumArgs(1), SyntaxUsed(syntaxUsed), Invalid(false), in ParsedAttr()
274 ScopeLoc(scopeLoc), NumArgs(3), SyntaxUsed(syntaxUsed), Invalid(false), in ParsedAttr()
291 ScopeLoc(scopeLoc), NumArgs(1), SyntaxUsed(syntaxUsed), Invalid(false), in ParsedAttr()
309 ScopeLoc(scopeLoc), NumArgs(0), SyntaxUsed(syntaxUsed), Invalid(false), in ParsedAttr()
323 ScopeLoc(scopeLoc), NumArgs(0), SyntaxUsed(syntaxUsed), Invalid(false), in ParsedAttr()
384 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp280 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
286 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseAttributeArgsCommon() argument
342 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
371 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
387 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
407 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
413 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax) { in ParseClangAttributeArgs() argument
429 ScopeLoc, Syntax); in ParseClangAttributeArgs()
1130 ScopeName, ScopeLoc, in ParseAvailabilityAttribute()
1268 SourceLocation ScopeLoc, in ParseObjCBridgeRelatedAttribute() argument
[all …]
H A DParseDeclCXX.cpp3891 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
3912 ScopeLoc, Syntax, nullptr); in ParseCXX11AttributeArgs()
3920 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
3924 ScopeName, ScopeLoc, Syntax); in ParseCXX11AttributeArgs()
4015 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
4026 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
4038 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifier()
4042 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifier()
4057 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
4062 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, AttrLoc), in ParseCXX11AttributeSpecifier()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2387 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2412 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2419 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2456 SourceLocation ScopeLoc);
2505 SourceLocation ScopeLoc,
2516 SourceLocation ScopeLoc,
2524 SourceLocation ScopeLoc,
2532 SourceLocation ScopeLoc,
2539 SourceLocation ScopeLoc, ParsedAttr::Syntax Syntax);
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h398 SourceLocation ScopeLoc, QualType FnType,
H A DCGDebugInfo.cpp3402 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
3465 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()