Searched refs:FunctionLike (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 138 def FunctionLike : SubsetSubject<DeclBase, 146 // HasFunctionProto is a more strict version of FunctionLike, so it should 147 // never be specified in a Subjects list along with FunctionLike (due to the 434 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]> 1171 let Subjects = SubjectList<[ObjCMethod, FunctionLike]>; 1727 let Subjects = SubjectList<[TypedefName, FunctionLike, ObjCMethod, NonParmVar]>; 2003 let Subjects = SubjectList<[FunctionLike]>; 2743 Field, ObjCMethod, FunctionLike]>; 2838 let Subjects = SubjectList<[ObjCMethod, Enum, Record, FunctionLike]>; 2896 let Subjects = SubjectList<[FunctionLike]>;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 1522 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local 1523 if (FunctionLike) in parseStructuralElement() 1531 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()
|