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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp117 const IdentifierInfo *ScopeName,
127 if (ScopeName)
128 Buf += ScopeName->getName();
131 if (ScopeName || SyntaxUsed == AS_CXX11)
142 StringRef Scope = ScopeName ? ScopeName->getName() : "";
116 getKind(const IdentifierInfo *Name, const IdentifierInfo *ScopeName, Syntax SyntaxUsed) argument
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnssearch.c113 char *ScopeName; local
115 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE);
116 if (ScopeName)
120 ScopeName, ParentNode, ACPI_CAST_PTR (char, &TargetName),
123 ACPI_FREE (ScopeName);
H A Dnsinit.c696 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); local
699 ScopeName));
700 ACPI_FREE (ScopeName);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h87 IdentifierInfo *ScopeName; member in class:clang::AttributeList
216 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
234 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
253 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
271 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
285 : AttrName(attrName), ScopeName(scopeName), AttrRange(attrRange),
310 bool hasScope() const { return ScopeName; }
311 IdentifierInfo *getScopeName() const { return ScopeName; }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3182 IdentifierInfo *ScopeName) {
3183 switch (AttributeList::getKind(AttrName, ScopeName,
3260 IdentifierInfo *ScopeName = 0, *AttrName = 0; local
3271 ScopeName = AttrName;
3282 bool StandardAttr = IsBuiltInOrStandardCXX11Attribute(AttrName,ScopeName);
3292 if (ScopeName && ScopeName->getName() == "gnu") {
3294 ScopeName, ScopeLoc, AttributeList::AS_CXX11);
3311 ScopeName, ScopeLoc, 0, 0, AttributeList::AS_CXX11);
3181 IsBuiltInOrStandardCXX11Attribute(IdentifierInfo *AttrName, IdentifierInfo *ScopeName) argument
H A DParseDecl.cpp246 IdentifierInfo *ScopeName,
253 AttributeList::getKind(AttrName, ScopeName, Syntax);
323 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,
242 ParseGNUAttributeArgs(IdentifierInfo *AttrName, SourceLocation AttrNameLoc, ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, SourceLocation ScopeLoc, AttributeList::Syntax Syntax) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1932 IdentifierInfo *ScopeName,

Completed in 175 milliseconds