Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DAttributes.cpp23 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 DAttributeCommonInfo.h73 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 DParseDecl.cpp414 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 DParseDeclCXX.cpp4587 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 DSymbolDumper.cpp592 llvm::StringRef ScopeName; in visitKnownRecord() local
/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
/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
/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp1123 auto ScopeName = SNANode.getName(); cloneNoAliasScopes() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3160 IdentifierInfo *ScopeName = Record.readIdentifier(); readAttr() local