Home
last modified time | relevance | path

Searched defs:ScopeName (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp23 StringRef ScopeName, const TargetInfo &Target, in hasAttributeImpl()
40 StringRef ScopeName = Scope ? Scope->getName() : ""; in hasAttribute() local
87 StringRef ScopeName = Scope->getName(); in normalizeAttrScopeName() local
130 StringRef ScopeName = normalizeAttrScopeName(Scope, SyntaxUsed); in normalizeName() local
146 const IdentifierInfo *ScopeName, in getParsedKind()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h73 const IdentifierInfo *ScopeName = nullptr; variable
141 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
154 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnssearch.c221 char *ScopeName; in AcpiNsSearchOneScope() local
H A Dnsinit.c854 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp414 IdentifierInfo *ScopeName, in ParseAttributeWithTypeArg()
521 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon()
671 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseGNUAttributeArgs()
736 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs()
1302 ParsedAttributes &attrs, SourceLocation *endLoc, IdentifierInfo *ScopeName, in ParseAvailabilityAttribute()
1540 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseExternalSourceSymbolAttribute()
1669 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseObjCBridgeRelatedAttribute()
1738 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseSwiftNewTypeAttribute()
1779 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseTypeTagForDatatypeAttribute()
3374 IdentifierInfo *ScopeName, in ParseBoundsAttribute()
H A DParseDeclCXX.cpp4587 IdentifierInfo *ScopeName) { in IsBuiltInOrStandardCXX11Attribute()
4679 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseCXX11AttributeArgs()
4882 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp601 std::string ScopeName(getName()); doPrint() local
2083 std::string ScopeName(Scope->getName()); doPrintMatches() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp257 StringRef ScopeName = Scope->getName(); getPrettyScopeName() local
287 StringRef ScopeName = getPrettyScopeName(Scope); collectParentScopeNames() local
357 std::string ScopeName = getFullyQualifiedName(Scope); getScopeIndex() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1123 auto ScopeName = SNANode.getName(); in cloneNoAliasScopes() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3135 IdentifierInfo *ScopeName = Record.readIdentifier(); in readAttr() local