Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h92 SourceLocation ScopeLoc; variable
220 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in AttributeList()
238 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
259 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList()
277 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
295 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
309 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
335 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp245 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
266 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
272 SourceLocation ScopeLoc, AttributeList::Syntax Syntax) { in ParseAttributeArgsCommon() argument
320 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
338 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
349 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
361 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
380 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
990 ScopeName, ScopeLoc, in ParseAvailabilityAttribute()
1015 SourceLocation ScopeLoc, in ParseObjCBridgeRelatedAttribute() argument
[all …]
H A DParseDeclCXX.cpp3443 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
3461 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs()
3465 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs()
3539 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
3550 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
3571 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
3575 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier()
3577 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
/minix/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h2014 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2041 SourceLocation ScopeLoc,
2080 SourceLocation ScopeLoc);
2109 SourceLocation ScopeLoc,
2117 SourceLocation ScopeLoc,
2125 SourceLocation ScopeLoc,
2133 SourceLocation ScopeLoc,
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h239 SourceLocation Loc, SourceLocation ScopeLoc,
H A DCGDebugInfo.cpp2553 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
2603 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()