Home
last modified time | relevance | path

Searched refs:IsAbstract (Results 1 – 9 of 9) sorted by relevance

/freebsd-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
H A DTokenKinds.def516 TYPE_TRAIT_1(__is_abstract, IsAbstract, KEYCXX)
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp71 #define ATTR_MATCH_RULE(NAME, SPELLING, IsAbstract) \ in getSubjectMatchRuleSpelling()
67 ATTR_MATCH_RULE(NAME,SPELLING,IsAbstract) getSubjectMatchRuleSpelling() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp872 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in getParentAttrMatcherRule()
873 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in getParentAttrMatcherRule()
885 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) in isNegatedAttrMatcherSubRule()
886 #define ATTR_MATCH_SUB_RULE(Value, Spelling, IsAbstract, Parent, IsNegated) \ in isNegatedAttrMatcherSubRule()
875 ATTR_MATCH_RULE(Value,Spelling,IsAbstract) getParentAttrMatcherRule() argument
876 ATTR_MATCH_SUB_RULE(Value,Spelling,IsAbstract,Parent,IsNegated) getParentAttrMatcherRule() argument
888 ATTR_MATCH_RULE(Value,Spelling,IsAbstract) isNegatedAttrMatcherSubRule() argument
889 ATTR_MATCH_SUB_RULE(Value,Spelling,IsAbstract,Parent,IsNegated) isNegatedAttrMatcherSubRule() argument
H A DOpenCLBuiltins.td150 bit IsAbstract = _IsAbstract;
H A DSemaDecl.cpp18010 bool IsAbstract, in ActOnTag()
18020 if (IsAbstract) in ActOnTag()
18205 ActOnStartCXXMemberDeclarations(Scope * S,Decl * TagD,SourceLocation FinalLoc,bool IsFinalSpelledSealed,bool IsAbstract,SourceLocation LBraceLoc) ActOnStartCXXMemberDeclarations() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3700 bool IsAbstract = false; in ParseCXXMemberSpecification()
3725 IsAbstract = true; in DiagnoseUnexpectedNamespace()
3817 IsFinalSpelledSealed, IsAbstract, in ParseMemInitializer()
3519 bool IsAbstract = false; ParseCXXMemberSpecification() local
H A DParsePragma.cpp1640 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) \ in diagnoseExpectedAttributeSubjectSubRule()
1642 return IsAbstract; in diagnoseExpectedAttributeSubjectSubRule()
1630 ATTR_MATCH_RULE(Value,Spelling,IsAbstract) isAbstractAttrMatcherRule() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3957 bool IsAbstract,