24 | 628 | } BasicObjCFoundationChecks.cpp:clang::Selector clang::getKeywordSelector<char const>(clang::ASTContext&, char const*) Line | Count | Source | 18 | 45 | IdentifierInfos *... IIs) { | 19 | 45 | static_assert(sizeof...(IdentifierInfos), | 20 | 45 | "keyword selectors must have at least one argument"); | 21 | 45 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 45 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 45 | } |
BasicObjCFoundationChecks.cpp:clang::Selector clang::getKeywordSelector<char const, char const>(clang::ASTContext&, char const*, char const*) Line | Count | Source | 18 | 25 | IdentifierInfos *... IIs) { | 19 | 25 | static_assert(sizeof...(IdentifierInfos), | 20 | 25 | "keyword selectors must have at least one argument"); | 21 | 25 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 25 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 25 | } |
BasicObjCFoundationChecks.cpp:clang::Selector clang::getKeywordSelector<char const, char const, char const>(clang::ASTContext&, char const*, char const*, char const*) Line | Count | Source | 18 | 4 | IdentifierInfos *... IIs) { | 19 | 4 | static_assert(sizeof...(IdentifierInfos), | 20 | 4 | "keyword selectors must have at least one argument"); | 21 | 4 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 4 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 4 | } |
BasicObjCFoundationChecks.cpp:clang::Selector clang::getKeywordSelector<char const, char const, char const, char const>(clang::ASTContext&, char const*, char const*, char const*, char const*) Line | Count | Source | 18 | 4 | IdentifierInfos *... IIs) { | 19 | 4 | static_assert(sizeof...(IdentifierInfos), | 20 | 4 | "keyword selectors must have at least one argument"); | 21 | 4 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 4 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 4 | } |
NoReturnFunctionChecker.cpp:clang::Selector clang::getKeywordSelector<char const, char const, char const, char const>(clang::ASTContext&, char const*, char const*, char const*, char const*) Line | Count | Source | 18 | 1 | IdentifierInfos *... IIs) { | 19 | 1 | static_assert(sizeof...(IdentifierInfos), | 20 | 1 | "keyword selectors must have at least one argument"); | 21 | 1 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 1 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 1 | } |
NoReturnFunctionChecker.cpp:clang::Selector clang::getKeywordSelector<char const, char const, char const, char const, char const>(clang::ASTContext&, char const*, char const*, char const*, char const*, char const*) Line | Count | Source | 18 | 1 | IdentifierInfos *... IIs) { | 19 | 1 | static_assert(sizeof...(IdentifierInfos), | 20 | 1 | "keyword selectors must have at least one argument"); | 21 | 1 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 1 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 1 | } |
TrustNonnullChecker.cpp:clang::Selector clang::getKeywordSelector<char const>(clang::ASTContext&, char const*) Line | Count | Source | 18 | 54 | IdentifierInfos *... IIs) { | 19 | 54 | static_assert(sizeof...(IdentifierInfos), | 20 | 54 | "keyword selectors must have at least one argument"); | 21 | 54 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 54 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 54 | } |
TrustNonnullChecker.cpp:clang::Selector clang::getKeywordSelector<char const, char const>(clang::ASTContext&, char const*, char const*) Line | Count | Source | 18 | 54 | IdentifierInfos *... IIs) { | 19 | 54 | static_assert(sizeof...(IdentifierInfos), | 20 | 54 | "keyword selectors must have at least one argument"); | 21 | 54 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 54 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 54 | } |
RetainSummaryManager.cpp:clang::Selector clang::getKeywordSelector<char const>(clang::ASTContext&, char const*) Line | Count | Source | 18 | 176 | IdentifierInfos *... IIs) { | 19 | 176 | static_assert(sizeof...(IdentifierInfos), | 20 | 176 | "keyword selectors must have at least one argument"); | 21 | 176 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 176 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 176 | } |
RetainSummaryManager.cpp:clang::Selector clang::getKeywordSelector<char const, char const>(clang::ASTContext&, char const*, char const*) Line | Count | Source | 18 | 176 | IdentifierInfos *... IIs) { | 19 | 176 | static_assert(sizeof...(IdentifierInfos), | 20 | 176 | "keyword selectors must have at least one argument"); | 21 | 176 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 176 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 176 | } |
RetainSummaryManager.cpp:clang::Selector clang::getKeywordSelector<char const, char const, char const, char const>(clang::ASTContext&, char const*, char const*, char const*, char const*) Line | Count | Source | 18 | 88 | IdentifierInfos *... IIs) { | 19 | 88 | static_assert(sizeof...(IdentifierInfos), | 20 | 88 | "keyword selectors must have at least one argument"); | 21 | 88 | SmallVector<IdentifierInfo *, 10> II({&Ctx.Idents.get(IIs)...}); | 22 | | | 23 | 88 | return Ctx.Selectors.getSelector(II.size(), &II[0]); | 24 | 88 | } |
|
32 | 2 | } NoReturnFunctionChecker.cpp:void clang::lazyInitKeywordSelector<char const, char const, char const, char const>(clang::Selector&, clang::ASTContext&, char const*, char const*, char const*, char const*) Line | Count | Source | 28 | 1 | IdentifierInfos *... IIs) { | 29 | 1 | if (!Sel.isNull()) | 30 | 0 | return; | 31 | 1 | Sel = getKeywordSelector(Ctx, IIs...); | 32 | 1 | } |
NoReturnFunctionChecker.cpp:void clang::lazyInitKeywordSelector<char const, char const, char const, char const, char const>(clang::Selector&, clang::ASTContext&, char const*, char const*, char const*, char const*, char const*) Line | Count | Source | 28 | 2 | IdentifierInfos *... IIs) { | 29 | 2 | if (!Sel.isNull()) | 30 | 1 | return; | 31 | 1 | Sel = getKeywordSelector(Ctx, IIs...); | 32 | 1 | } |
|