Searched refs:ScopeLoc (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | AttributeList.h | 94 SourceLocation ScopeLoc; variable 222 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs), in AttributeList() 240 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList() 261 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed), in AttributeList() 279 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed), in AttributeList() 297 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList() 311 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed), in AttributeList() 337 SourceLocation getScopeLoc() const { return ScopeLoc; } in getScopeLoc()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 245 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 …]
|
| HD | ParseDeclCXX.cpp | 3608 SourceLocation ScopeLoc) { in ParseCXX11AttributeArgs() argument 3626 ScopeLoc, AttributeList::AS_CXX11, nullptr); in ParseCXX11AttributeArgs() 3630 ScopeName, ScopeLoc, AttributeList::AS_CXX11); in ParseCXX11AttributeArgs() 3702 SourceLocation ScopeLoc, AttrLoc; in ParseCXX11AttributeSpecifier() local 3713 ScopeLoc = AttrLoc; in ParseCXX11AttributeSpecifier() 3734 ScopeName, ScopeLoc); in ParseCXX11AttributeSpecifier() 3738 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc, in ParseCXX11AttributeSpecifier() 3740 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11); in ParseCXX11AttributeSpecifier()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 2087 IdentifierInfo *ScopeName, SourceLocation ScopeLoc, 2114 SourceLocation ScopeLoc, 2153 SourceLocation ScopeLoc); 2191 SourceLocation ScopeLoc, 2199 SourceLocation ScopeLoc, 2207 SourceLocation ScopeLoc, 2215 SourceLocation ScopeLoc,
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGDebugInfo.h | 278 SourceLocation ScopeLoc, QualType FnType,
|
| HD | CGDebugInfo.cpp | 2532 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument 2581 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
|