Searched refs:getScopeName (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Attributes.cpp | 144 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 D | SemaStmtAttr.cpp | 44 !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 D | SemaHLSL.cpp | 1709 AL.getLoc(), AttributeScopeInfo(AL.getScopeName(), AL.getScopeLoc()), in handleResourceTypeAttr()
|
| H A D | SemaDeclAttr.cpp | 2144 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 D | JITLink.cpp | 83 const char *getScopeName(Scope S) { in getScopeName() function 127 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", " in operator <<()
|
| H A D | XCOFFLinkGraphBuilder.cpp | 336 << ", scope = " << getScopeName(S) << ", B = " in processCsectsAndSymbols()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttributeCommonInfo.h | 201 const IdentifierInfo *getScopeName() const { return AttrScope.getName(); } in getScopeName() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 416 LLVM_ABI const char *getScopeName(Scope S);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 512 OS << At->getNormalizedFullName(At->getScopeName()->getName(), in FormatASTNodeDiagnosticArgument()
|
| H A D | ASTImporter.cpp | 9612 Importer.Import(FromAttr->getScopeName()); in importAttr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5225 Record.AddIdentifierRef(A->getScopeName()); in AddAttr()
|