Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp153 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()
160 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp84 const char *getScopeName(Scope S) { in getScopeName() function
126 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", " in operator <<()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp48 !A.getScopeName()) in handleFallThroughAttr()
334 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleLikely()
343 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleUnlikely()
H A DSemaDeclAttr.cpp1975 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()
2706 if (AL.isStandardAttributeSyntax() && !AL.getScopeName()) { in handleWarnUnusedResult()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h186 const IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName() function
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h399 const char *getScopeName(Scope S);
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4689 Record.AddIdentifierRef(A->getScopeName()); in AddAttr()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9200 Importer.Import(FromAttr->getScopeName()); in importAttr()