/external/clang/include/clang/Sema/ |
D | AttributeList.h | 116 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/ |
D | ParseDecl.cpp | 247 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 …]
|
D | ParseDeclCXX.cpp | 3685 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/ |
D | Parser.h | 2130 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/ |
D | CGDebugInfo.h | 308 SourceLocation ScopeLoc, QualType FnType,
|
D | CGDebugInfo.cpp | 2866 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart() argument 2915 unsigned ScopeLine = getLineNumber(ScopeLoc); in EmitFunctionStart()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 765 DebugLoc ScopeLoc) { in findAbstractVariable() argument 773 LexicalScope *Scope = LScopes.findAbstractScope(ScopeLoc.getScope(Ctx)); in findAbstractVariable()
|