Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp23 StringRef ScopeName, const TargetInfo &Target, in hasAttributeImpl() argument
40 StringRef ScopeName = Scope ? Scope->getName() : ""; in hasAttribute() local
83 StringRef ScopeName = Scope->getName(); normalizeAttrScopeName() local
126 StringRef ScopeName = normalizeAttrScopeName(Scope, SyntaxUsed); normalizeName() local
142 getParsedKind(const IdentifierInfo * Name,const IdentifierInfo * ScopeName,Syntax SyntaxUsed) getParsedKind() argument
[all...]
/freebsd-src/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
154 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() argument
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp360 ParseAttributeWithTypeArg(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeWithTypeArg() argument
462 ParseAttributeArgsCommon(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeArgsCommon() argument
600 ParseGNUAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form,Declarator * D) ParseGNUAttributeArgs() argument
655 ParseClangAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseClangAttributeArgs() argument
1216 ParseAvailabilityAttribute(IdentifierInfo & Availability,SourceLocation AvailabilityLoc,ParsedAttributes & attrs,SourceLocation * endLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAvailabilityAttribute() argument
1433 ParseExternalSourceSymbolAttribute(IdentifierInfo & ExternalSourceSymbol,SourceLocation Loc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseExternalSourceSymbolAttribute() argument
1562 ParseObjCBridgeRelatedAttribute(IdentifierInfo & ObjCBridgeRelated,SourceLocation ObjCBridgeRelatedLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseObjCBridgeRelatedAttribute() argument
1631 ParseSwiftNewTypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseSwiftNewTypeAttribute() argument
1672 ParseTypeTagForDatatypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseTypeTagForDatatypeAttribute() argument
[all...]
H A DParseDeclCXX.cpp4384 IsBuiltInOrStandardCXX11Attribute(IdentifierInfo * AttrName,IdentifierInfo * ScopeName) IsBuiltInOrStandardCXX11Attribute() argument
4420 ParseCXX11AttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,CachedTokens & OpenMPTokens) ParseCXX11AttributeArgs() argument
4614 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; ParseCXX11AttributeSpecifierInternal() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp592 llvm::StringRef ScopeName; in visitKnownRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp593 std::string ScopeName(getName()); in doPrint() local
2075 std::string ScopeName(Scope->getName()); in doPrintMatches() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp261 StringRef ScopeName = Scope->getName(); in getPrettyScopeName() local
291 StringRef ScopeName = getPrettyScopeName(Scope); in collectParentScopeNames() local
361 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1148 auto ScopeName = SNANode.getName(); cloneNoAliasScopes() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3158 IdentifierInfo *ScopeName = Record.readIdentifier(); readAttr() local