Home
last modified time | relevance | path

Searched refs:ScopeName (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp41 if (ScopeName == "__gnu__") in hasAttribute()
42 ScopeName = "gnu"; in hasAttribute()
43 else if (ScopeName == "_Clang") in hasAttribute()
44 ScopeName = "clang"; in hasAttribute()
86 if (ScopeName == "__gnu__") in normalizeAttrScopeName()
87 ScopeName = "gnu"; in normalizeAttrScopeName()
89 ScopeName = "clang"; in normalizeAttrScopeName()
91 return ScopeName; in normalizeAttrScopeName()
114 return ScopeName && (ScopeName->isStr("gnu") || ScopeName->isStr("__gnu__")); in isGNUScope()
118 return ScopeName && (ScopeName->isStr("clang") || ScopeName->isStr("_Clang")); in isClangScope()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h73 const IdentifierInfo *ScopeName = nullptr; variable
141 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() argument
143 : AttrName(AttrName), ScopeName(ScopeName), AttrRange(AttrRange), in AttributeCommonInfo()
154 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() argument
157 AttrName, ScopeName, AttrRange, ScopeLoc, in AttributeCommonInfo()
158 getParsedKind(AttrName, ScopeName, FormUsed.getSyntax()), in AttributeCommonInfo()
185 bool hasScope() const { return ScopeName; } in hasScope()
186 const IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName()
/freebsd-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnssearch.c221 char *ScopeName; in AcpiNsSearchOneScope() local
223 ScopeName = AcpiNsGetNormalizedPathname (ParentNode, TRUE); in AcpiNsSearchOneScope()
224 if (ScopeName) in AcpiNsSearchOneScope()
228 ScopeName, ParentNode, ACPI_CAST_PTR (char, &TargetName), in AcpiNsSearchOneScope()
231 ACPI_FREE (ScopeName); in AcpiNsSearchOneScope()
H A Dnsinit.c854 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice() local
857 ScopeName)); in AcpiNsInitOneDevice()
858 ACPI_FREE (ScopeName); in AcpiNsInitOneDevice()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4396 return !ScopeName && AttrName->getName().equals("nodiscard"); in IsBuiltInOrStandardCXX11Attribute()
4447 if (ScopeName && (ScopeName->isStr("gnu") || ScopeName->isStr("__gnu__"))) { in ParseCXX11AttributeArgs()
4455 if (ScopeName && ScopeName->isStr("omp")) { in ParseCXX11AttributeArgs()
4469 if (ScopeName && (ScopeName->isStr("clang") || ScopeName->isStr("_Clang"))) in ParseCXX11AttributeArgs()
4471 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4477 IsBuiltInOrStandardCXX11Attribute(AttrName, ScopeName)) { in ParseCXX11AttributeArgs()
4614 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4624 ScopeName = AttrName; in ParseCXX11AttributeSpecifierInternal()
4637 if (ScopeName) { in ParseCXX11AttributeSpecifierInternal()
4641 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()
[all …]
H A DParseDecl.cpp360 IdentifierInfo *ScopeName, in ParseAttributeWithTypeArg() argument
379 ScopeName, ScopeLoc, T.get(), Form); in ParseAttributeWithTypeArg()
382 ScopeName, ScopeLoc, nullptr, 0, Form); in ParseAttributeWithTypeArg()
614 ScopeName, ScopeLoc, Form); in ParseGNUAttributeArgs()
618 ScopeName, ScopeLoc, Form); in ParseGNUAttributeArgs()
626 ScopeName, ScopeLoc, Form); in ParseGNUAttributeArgs()
665 ScopeName, ScopeLoc, Form); in ParseClangAttributeArgs()
668 ScopeName, ScopeLoc, Form); in ParseClangAttributeArgs()
676 ScopeName, ScopeLoc, Form); in ParseClangAttributeArgs()
684 ScopeName, ScopeLoc, Form); in ParseClangAttributeArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp592 llvm::StringRef ScopeName; in visitKnownRecord() local
595 ScopeName = "Callees"; in visitKnownRecord()
598 ScopeName = "Callers"; in visitKnownRecord()
601 ScopeName = "Inlinees"; in visitKnownRecord()
607 ListScope S(W, ScopeName); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2826 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2887 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2894 IdentifierInfo *ScopeName, SourceLocation ScopeLoc,
2942 IdentifierInfo *ScopeName,
3011 IdentifierInfo *ScopeName,
3022 IdentifierInfo *ScopeName,
3030 IdentifierInfo *ScopeName,
3038 IdentifierInfo *ScopeName,
3046 IdentifierInfo *ScopeName,
3053 IdentifierInfo *ScopeName,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp593 std::string ScopeName(getName()); in doPrint() local
595 getReaderSplitContext().open(ScopeName, ".txt", OS)) in doPrint()
597 ScopeName.c_str()); in doPrint()
2075 std::string ScopeName(Scope->getName()); in doPrintMatches() local
2077 getReaderSplitContext().open(ScopeName, ".txt", OS)) in doPrintMatches()
2079 ScopeName.c_str()); in doPrintMatches()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1148 auto ScopeName = SNANode.getName(); in cloneNoAliasScopes() local
1149 if (!ScopeName.empty()) in cloneNoAliasScopes()
1150 Name = (Twine(ScopeName) + ":" + Ext).str(); in cloneNoAliasScopes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp261 StringRef ScopeName = Scope->getName(); in getPrettyScopeName() local
262 if (!ScopeName.empty()) in getPrettyScopeName()
263 return ScopeName; in getPrettyScopeName()
291 StringRef ScopeName = getPrettyScopeName(Scope); in collectParentScopeNames() local
292 if (!ScopeName.empty()) in collectParentScopeNames()
293 QualifiedNameComponents.push_back(ScopeName); in collectParentScopeNames()
361 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex() local
362 StringIdRecord SID(TypeIndex(), ScopeName); in getScopeIndex()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3158 IdentifierInfo *ScopeName = Record.readIdentifier(); in readAttr() local
3169 AttributeCommonInfo Info(AttrName, ScopeName, AttrRange, ScopeLoc, in readAttr()