Home
last modified time | relevance | path

Searched refs:MatchRules (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp177 SmallVectorImpl<std::pair<attr::SubjectMatchRule, bool>> &MatchRules) in getMatchRules()
179 return getInfo().getPragmaAttributeMatchRules(MatchRules, LangOpts); in getMatchRules()
H A DSemaAttr.cpp986 for (const auto &Rule : Entry.MatchRules) { in AddPragmaAttributes()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test.h24 enum MatchRules { enum
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test.h24 enum MatchRules { enum
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h618 &MatchRules) const;
H A DSema.h732 SmallVector<attr::SubjectMatchRule, 4> MatchRules; member