Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h89 SourceLocation ScopeLoc; variable
217 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in AttributeList()
235 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
254 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList()
272 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
286 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList()
312 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp3259 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local
3272 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier()
3294 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
3309 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier()
3311 ScopeName, ScopeLoc, 0, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
HDParseDecl.cpp247 SourceLocation ScopeLoc, in ParseGNUAttributeArgs() argument
322 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc; in ParseGNUAttributeArgs()
323 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, in ParseGNUAttributeArgs()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1263 DebugLoc ScopeLoc) { in findAbstractVariable() argument
1271 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx)); in findAbstractVariable()
/trueos/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1933 SourceLocation ScopeLoc,