Searched defs:ScopeName (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Attributes.cpp | 17 StringRef ScopeName = Scope ? Scope->getName() : ""; in hasAttribute() local 46 StringRef ScopeName = Scope->getName(); in normalizeAttrScopeName() local 85 StringRef ScopeName = normalizeAttrScopeName(Scope, SyntaxUsed); in normalizeName() local 101 const IdentifierInfo *ScopeName, in getParsedKind()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 63 const IdentifierInfo *ScopeName = nullptr; variable 85 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 93 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 100 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nssearch.c | 113 char *ScopeName; in AcpiNsSearchOneScope() local
|
H A D | nsinit.c | 746 char *ScopeName = AcpiNsGetNormalizedPathname (DeviceNode, TRUE); in AcpiNsInitOneDevice() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 330 IdentifierInfo *ScopeName, in ParseAttributeWithTypeArg() 357 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon() 458 IdentifierInfo *ScopeName, in ParseGNUAttributeArgs() 515 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs() 1029 IdentifierInfo *ScopeName, in ParseAvailabilityAttribute() 1262 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseExternalSourceSymbolAttribute() 1375 IdentifierInfo *ScopeName, in ParseObjCBridgeRelatedAttribute() 1449 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseSwiftNewTypeAttribute() 1493 IdentifierInfo *ScopeName, in ParseTypeTagForDatatypeAttribute()
|
H A D | ParseDeclCXX.cpp | 4056 IdentifierInfo *ScopeName) { in IsBuiltInOrStandardCXX11Attribute() 4094 IdentifierInfo *ScopeName, in ParseCXX11AttributeArgs() 4233 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifier() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 264 StringRef ScopeName = Scope->getName(); in getPrettyScopeName() local 294 StringRef ScopeName = getPrettyScopeName(Scope); in collectParentScopeNames() local 355 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 940 auto ScopeName = SNANode.getName(); in cloneNoAliasScopes() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2783 IdentifierInfo *ScopeName = Record.readIdentifier(); in readAttr() local
|