Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h94 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.cpp246 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
264 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
267 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
273 SourceLocation ScopeLoc, AttributeList::Syntax Syntax) { in ParseAttributeArgsCommon() argument
321 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
322 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
339 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
350 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
354 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
358 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
[all …]
DParseDeclCXX.cpp3657 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
3675 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs()
3679 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs()
3751 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
3762 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
3783 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
3787 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier()
3789 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
/external/clang/include/clang/Parse/
DParser.h2091 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2118 SourceLocation ScopeLoc,
2157 SourceLocation ScopeLoc);
2194 SourceLocation ScopeLoc,
2202 SourceLocation ScopeLoc,
2210 SourceLocation ScopeLoc,
2218 SourceLocation ScopeLoc,
/external/clang/lib/CodeGen/
DCGDebugInfo.h299 SourceLocation ScopeLoc, QualType FnType,
DCGDebugInfo.cpp2668 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
2717 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()