Searched defs:IsAbstract (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Attributes.cpp | 71 #define ATTR_MATCH_RULE(NAME, SPELLING, IsAbstract) \ in getSubjectMatchRuleSpelling() argument
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 872 #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 D | SemaDecl.cpp | 18010 bool IsAbstract, in ActOnStartCXXMemberDeclarations()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 3700 bool IsAbstract = false; in ParseCXXMemberSpecification() local
|
H A D | ParsePragma.cpp | 1640 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) \ in isAbstractAttrMatcherRule() argument
|