/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 23 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 D | AttributeCommonInfo.h | 73 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 D | nssearch.c | 221 char *ScopeName; in AcpiNsSearchOneScope() local
|
H A D | nsinit.c | 854 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 414 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 D | ParseDeclCXX.cpp | 4587 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 D | LVScope.cpp | 601 std::string ScopeName(getName()); doPrint() local 2083 std::string ScopeName(Scope->getName()); doPrintMatches() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 257 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 D | CloneFunction.cpp | 1123 auto ScopeName = SNANode.getName(); in cloneNoAliasScopes() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3135 IdentifierInfo *ScopeName = Record.readIdentifier(); in readAttr() local
|