Home
last modified time | relevance | path

Searched defs:IsAbstract (Results 1 – 6 of 6) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrSubjectMatchRules.h22 #define ATTR_MATCH_RULE(X, Spelling, IsAbstract) X, argument
25 #define ATTR_MATCH_RULE(X, Spelling, IsAbstract) +1 argument
/src/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp71 #define ATTR_MATCH_RULE(NAME, SPELLING, IsAbstract) \ in getSubjectMatchRuleSpelling() argument
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp872 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in getParentAttrMatcherRule() argument
873 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule() argument
885 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in isNegatedAttrMatcherSubRule() argument
886 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule() argument
H A DSemaDecl.cpp18010 bool IsAbstract, in ActOnStartCXXMemberDeclarations()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1640 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) \ in isAbstractAttrMatcherRule() argument
H A DParseDeclCXX.cpp3700 bool IsAbstract = false; in ParseCXXMemberSpecification() local