Home
last modified time | relevance | path

Searched refs:getScopeName (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp144 return normalizeAttrScopeName(getScopeName(), getSyntax()); in getNormalizedScopeName()
208 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()
241 StringRef ScopeName = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp44 !A.getScopeName()) in handleFallThroughAttr()
345 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleLikely()
354 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleUnlikely()
H A DSemaHLSL.cpp1709 AL.getLoc(), AttributeScopeInfo(AL.getScopeName(), AL.getScopeLoc()), in handleResourceTypeAttr()
H A DSemaDeclAttr.cpp2144 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()
2920 } else if (!AL.getScopeName()) { in handleWarnUnusedResult()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp83 const char *getScopeName(Scope S) { in getScopeName() function
127 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", " in operator <<()
H A DXCOFFLinkGraphBuilder.cpp336 << ", scope = " << getScopeName(S) << ", B = " in processCsectsAndSymbols()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h201 const IdentifierInfo *getScopeName() const { return AttrScope.getName(); } in getScopeName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h416 LLVM_ABI const char *getScopeName(Scope S);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp512 OS << At->getNormalizedFullName(At->getScopeName()->getName(), in FormatASTNodeDiagnosticArgument()
H A DASTImporter.cpp9612 Importer.Import(FromAttr->getScopeName()); in importAttr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5225 Record.AddIdentifierRef(A->getScopeName()); in AddAttr()