Searched refs:ScopeLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h92 SourceLocation ScopeLoc; member in class:clang::AttributeList
220 ScopeLoc(scopeLoc), EllipsisLoc(ellipsisLoc), NumArgs(numArgs),
238 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed),
259 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(3), SyntaxUsed(syntaxUsed),
277 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(1), SyntaxUsed(syntaxUsed),
295 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed),
309 ScopeLoc(scopeLoc), EllipsisLoc(), NumArgs(0), SyntaxUsed(syntaxUsed),
335 SourceLocation getScopeLoc() const { return ScopeLoc; }
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3234 SourceLocation ScopeLoc) {
3252 ScopeLoc, AttributeList::AS_CXX11, nullptr);
3256 ScopeName, ScopeLoc, AttributeList::AS_CXX11);
3330 SourceLocation ScopeLoc, AttrLoc; local
3341 ScopeLoc = AttrLoc;
3362 ScopeName, ScopeLoc);
3366 SourceRange(ScopeLoc.isValid() ? ScopeLoc : AttrLoc,
3368 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11);
3229 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
H A DParseDecl.cpp267 SourceLocation ScopeLoc, AttributeList::Syntax Syntax) {
314 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
315 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,
332 SourceLocation ScopeLoc,
381 ScopeLoc, Syntax);
264 ParseAttributeArgsCommon( IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
327 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax, Declarator *D) argument
/external/clang/include/clang/Parse/
H A DParser.h2028 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2055 SourceLocation ScopeLoc,
2094 SourceLocation ScopeLoc);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h231 /// \param ScopeLoc The location of the function body.
233 SourceLocation Loc, SourceLocation ScopeLoc,
H A DCGDebugInfo.cpp2447 SourceLocation ScopeLoc,
2525 unsigned ScopeLine = getLineNumber(ScopeLoc);
2445 EmitFunctionStart(GlobalDecl GD, SourceLocation Loc, SourceLocation ScopeLoc, QualType FnType, llvm::Function *Fn, CGBuilderTy &Builder) argument

Completed in 817 milliseconds