/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 23 hasAttributeImpl(AttributeCommonInfo::Syntax Syntax,StringRef Name,StringRef ScopeName,const TargetInfo & Target,const LangOptions & LangOpts) hasAttributeImpl() argument 40 StringRef ScopeName = Scope ? Scope->getName() : ""; hasAttribute() local 87 StringRef ScopeName = Scope->getName(); normalizeAttrScopeName() local 130 StringRef ScopeName = normalizeAttrScopeName(Scope, SyntaxUsed); normalizeName() local 146 getParsedKind(const IdentifierInfo * Name,const IdentifierInfo * ScopeName,Syntax SyntaxUsed) getParsedKind() argument [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 73 const IdentifierInfo *ScopeName = nullptr; global() variable 141 AttributeCommonInfo(const IdentifierInfo * AttrName,const IdentifierInfo * ScopeName,SourceRange AttrRange,SourceLocation ScopeLoc,Kind AttrKind,Form FormUsed) AttributeCommonInfo() argument 154 AttributeCommonInfo(const IdentifierInfo * AttrName,const IdentifierInfo * ScopeName,SourceRange AttrRange,SourceLocation ScopeLoc,Form FormUsed) AttributeCommonInfo() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 414 ParseAttributeWithTypeArg(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeWithTypeArg() argument 521 ParseAttributeArgsCommon(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAttributeArgsCommon() argument 666 ParseGNUAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form,Declarator * D) ParseGNUAttributeArgs() argument 728 ParseClangAttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseClangAttributeArgs() argument 1294 ParseAvailabilityAttribute(IdentifierInfo & Availability,SourceLocation AvailabilityLoc,ParsedAttributes & attrs,SourceLocation * endLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseAvailabilityAttribute() argument 1532 ParseExternalSourceSymbolAttribute(IdentifierInfo & ExternalSourceSymbol,SourceLocation Loc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseExternalSourceSymbolAttribute() argument 1661 ParseObjCBridgeRelatedAttribute(IdentifierInfo & ObjCBridgeRelated,SourceLocation ObjCBridgeRelatedLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseObjCBridgeRelatedAttribute() argument 1730 ParseSwiftNewTypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseSwiftNewTypeAttribute() argument 1771 ParseTypeTagForDatatypeAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseTypeTagForDatatypeAttribute() argument 3366 ParseBoundsAttribute(IdentifierInfo & AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,ParsedAttr::Form Form) ParseBoundsAttribute() argument [all...] |
H A D | ParseDeclCXX.cpp | 4587 IsBuiltInOrStandardCXX11Attribute(IdentifierInfo * AttrName,IdentifierInfo * ScopeName) IsBuiltInOrStandardCXX11Attribute() argument 4679 ParseCXX11AttributeArgs(IdentifierInfo * AttrName,SourceLocation AttrNameLoc,ParsedAttributes & Attrs,SourceLocation * EndLoc,IdentifierInfo * ScopeName,SourceLocation ScopeLoc,CachedTokens & OpenMPTokens) ParseCXX11AttributeArgs() argument 4882 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; ParseCXX11AttributeSpecifierInternal() local [all...] |
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 592 llvm::StringRef ScopeName; in visitKnownRecord() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 593 std::string ScopeName(getName()); in doPrint() local 2075 std::string ScopeName(Scope->getName()); in doPrintMatches() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 261 StringRef ScopeName = Scope->getName(); in getPrettyScopeName() local 291 StringRef ScopeName = getPrettyScopeName(Scope); in collectParentScopeNames() local 361 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1123 auto ScopeName = SNANode.getName(); cloneNoAliasScopes() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3160 IdentifierInfo *ScopeName = Record.readIdentifier(); readAttr() local
|