Home
last modified time | relevance | path

Searched refs:FunctionLike (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td158 def FunctionLike : SubsetSubject<DeclBase,
166 // HasFunctionProto is a more strict version of FunctionLike, so it should
167 // never be specified in a Subjects list along with FunctionLike (due to the
459 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
1213 let Subjects = SubjectList<[ObjCMethod, FunctionLike]>;
1775 let Subjects = SubjectList<[TypedefName, FunctionLike, ObjCMethod, NonParmVar]>;
2077 let Subjects = SubjectList<[FunctionLike]>;
2877 Field, ObjCMethod, FunctionLike]>;
2972 let Subjects = SubjectList<[ObjCMethod, Enum, Record, FunctionLike, TypedefName]>;
3030 let Subjects = SubjectList<[FunctionLike]>;
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp1931 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local
1932 if (FunctionLike) in parseStructuralElement()
1940 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()