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

/external/clang/lib/Sema/
H A DAttributeList.cpp112 const IdentifierInfo *ScopeName,
117 if (ScopeName)
118 FullName += ScopeName->getName();
130 if (ScopeName || SyntaxUsed == AS_CXX11)
141 StringRef Scope = ScopeName ? ScopeName->getName() : "";
111 getKind(const IdentifierInfo *Name, const IdentifierInfo *ScopeName, Syntax SyntaxUsed) argument
/external/clang/include/clang/Sema/
H A DAttributeList.h90 IdentifierInfo *ScopeName; member in class:clang::AttributeList
219 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
237 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
258 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
276 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
294 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
308 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
333 bool hasScope() const { return ScopeName; }
334 IdentifierInfo *getScopeName() const { return ScopeName; }
/external/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp616 StringRef ScopeName, IndexName; local
620 ScopeName = "FileAttributes";
623 ScopeName = "SectionAttributes";
628 ScopeName = "SymbolAttributes";
637 DictScope ASS(SW, ScopeName);
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp3200 IdentifierInfo *ScopeName) {
3201 switch (AttributeList::getKind(AttrName, ScopeName,
3233 IdentifierInfo *ScopeName,
3240 if (!hasAttribute(AttrSyntax::CXX, ScopeName, AttrName,
3248 if (ScopeName && ScopeName->getName() == "gnu")
3251 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
3256 ScopeName, ScopeLoc, AttributeList::AS_CXX11);
3259 if (Attr && IsBuiltInOrStandardCXX11Attribute(AttrName, ScopeName)) {
3331 IdentifierInfo *ScopeName local
3199 IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, IdentifierInfo *ScopeName) argument
3229 ParseCXX11AttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc) argument
[all...]
H A DParseDecl.cpp266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
276 AttributeList::getKind(AttrName, ScopeName, Syntax);
315 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,
331 IdentifierInfo *ScopeName,
339 AttributeList::getKind(AttrName, ScopeName, Syntax);
380 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
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,
2054 IdentifierInfo *ScopeName,
2093 IdentifierInfo *ScopeName,

Completed in 192 milliseconds