Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
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()
/external/clang/lib/Parse/
DParseDecl.cpp245 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
263 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
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()
321 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
338 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
349 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
353 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
357 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
[all …]
DParseDeclCXX.cpp3579 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
3597 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs()
3601 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs()
3673 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
3684 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
3705 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
3709 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier()
3711 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
/external/clang/include/clang/Parse/
DParser.h2009 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2036 SourceLocation ScopeLoc,
2075 SourceLocation ScopeLoc);
2104 SourceLocation ScopeLoc,
2112 SourceLocation ScopeLoc,
2120 SourceLocation ScopeLoc,
2128 SourceLocation ScopeLoc,
/external/clang/lib/CodeGen/
DCGDebugInfo.h236 SourceLocation Loc, SourceLocation ScopeLoc,
DCGDebugInfo.cpp2568 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
2618 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()