Searched defs:ScopeName (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Attributes.cpp | 16 StringRef ScopeName = Scope ? Scope->getName() : ""; in hasAttribute() local 53 StringRef ScopeName = Scope->getName(); in normalizeAttrScopeName() local 96 StringRef ScopeName = normalizeAttrScopeName(Scope, SyntaxUsed); in normalizeName() local 112 const IdentifierInfo *ScopeName, in getParsedKind()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | AttributeCommonInfo.h | 66 const IdentifierInfo *ScopeName = nullptr; variable 88 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 96 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo() 103 const IdentifierInfo *ScopeName, SourceRange AttrRange, in AttributeCommonInfo()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 336 IdentifierInfo *ScopeName, in ParseAttributeWithTypeArg() 363 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon() 501 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseGNUAttributeArgs() 556 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseClangAttributeArgs() 1101 IdentifierInfo *ScopeName, in ParseAvailabilityAttribute() 1334 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseExternalSourceSymbolAttribute() 1445 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseObjCBridgeRelatedAttribute() 1514 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseSwiftNewTypeAttribute() 1557 IdentifierInfo *ScopeName, in ParseTypeTagForDatatypeAttribute()
|
H A D | ParseDeclCXX.cpp | 4320 IdentifierInfo *ScopeName) { in IsBuiltInOrStandardCXX11Attribute() 4356 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseCXX11AttributeArgs() 4517 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVScope.cpp | 606 std::string ScopeName(getName()); in doPrint() local 2066 std::string ScopeName(Scope->getName()); in doPrintMatches() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 257 StringRef ScopeName = Scope->getName(); in getPrettyScopeName() local 287 StringRef ScopeName = getPrettyScopeName(Scope); in collectParentScopeNames() local 357 std::string ScopeName = getFullyQualifiedName(Scope); in getScopeIndex() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 1095 auto ScopeName = SNANode.getName(); in cloneNoAliasScopes() local
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 3003 IdentifierInfo *ScopeName = Record.readIdentifier(); in readAttr() local
|