Searched refs:ScopeLoc (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | AttributeList.h | 89 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/ |
| HD | ParseDeclCXX.cpp | 3259 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()
|
| HD | ParseDecl.cpp | 247 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/ |
| HD | DwarfDebug.cpp | 1263 DebugLoc ScopeLoc) { in findAbstractVariable() argument 1271 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx)); in findAbstractVariable()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1933 SourceLocation ScopeLoc,
|