Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h116 SourceLocation ScopeLoc; variable
242 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in AttributeList()
262 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
282 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList()
299 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
317 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
331 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
357 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/external/clang/lib/Parse/
DParseDecl.cpp247 SourceLocation ScopeLoc, in ParseAttributeWithTypeArg() argument
265 ScopeName, ScopeLoc, T.get(), Syntax); in ParseAttributeWithTypeArg()
268 ScopeName, ScopeLoc, nullptr, 0, Syntax); in ParseAttributeWithTypeArg()
274 SourceLocation ScopeLoc, AttributeList::Syntax Syntax) { in ParseAttributeArgsCommon() argument
322 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseAttributeArgsCommon()
323 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseAttributeArgsCommon()
340 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
351 ScopeLoc, Syntax); in ParseGNUAttributeArgs()
355 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
359 ScopeName, ScopeLoc, Syntax); in ParseGNUAttributeArgs()
[all …]
DParseDeclCXX.cpp3685 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument
3703 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs()
3707 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs()
3798 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
3809 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
3821 Diag(ScopeLoc, diag::err_using_attribute_ns_conflict) in ParseCXX11AttributeSpecifier()
3825 ScopeLoc = CommonScopeLoc; in ParseCXX11AttributeSpecifier()
3840 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier()
3844 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier()
3846 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
/external/clang/include/clang/Parse/
DParser.h2130 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2157 SourceLocation ScopeLoc,
2196 SourceLocation ScopeLoc);
2244 SourceLocation ScopeLoc,
2252 SourceLocation ScopeLoc,
2260 SourceLocation ScopeLoc,
2268 SourceLocation ScopeLoc,
/external/clang/lib/CodeGen/
DCGDebugInfo.h308 SourceLocation ScopeLoc, QualType FnType,
DCGDebugInfo.cpp2866 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument
2915 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp765 DebugLoc ScopeLoc) { in findAbstractVariable() argument
773 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx)); in findAbstractVariable()