Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DAttributes.cpp16 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 DAttributeCommonInfo.h66 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 DParseDecl.cpp336 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 DParseDeclCXX.cpp4320 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 DLVScope.cpp606 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 DCodeViewDebug.cpp257 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 DCloneFunction.cpp1095 auto ScopeName = SNANode.getName(); in cloneNoAliasScopes() local
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3003 IdentifierInfo *ScopeName = Record.readIdentifier(); in readAttr() local