Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td138 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 DUnwrappedLineParser.cpp1522 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local
1523 if (FunctionLike) in parseStructuralElement()
1531 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()