Searched refs:getScopeName (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DAttributes.cpp108 normalizeName(getAttrName(), getScopeName(), getSyntax()));
115 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h134 const IdentifierInfo *getScopeName() const { return ScopeName; } function in class:clang::AttributeCommonInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp46 !A.getScopeName())
221 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName())
230 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName())
H A DSemaDeclAttr.cpp2178 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName();
2859 if ((AL.isCXX11Attribute() || AL.isC2xAttribute()) && !AL.getScopeName()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp81 const char *getScopeName(Scope S) { function in namespace:llvm::jitlink
109 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", "
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h300 const char *getScopeName(Scope S);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4158 Record.AddIdentifierRef(A->getScopeName());

Completed in 270 milliseconds