Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DAttr.td128 def FunctionLike : SubsetSubject<DeclBase,
136 // HasFunctionProto is a more strict version of FunctionLike, so it should
137 // never be specified in a Subjects list along with FunctionLike (due to the
378 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
979 let Subjects = SubjectList<[ObjCMethod, FunctionLike]>;
1407 let Subjects = SubjectList<[FunctionLike, ObjCMethod, NonParmVar]>;
2198 Field, ObjCMethod, FunctionLike]>;
2273 let Subjects = SubjectList<[ObjCMethod, Enum, Record, FunctionLike]>;
2320 let Subjects = SubjectList<[FunctionLike]>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp1343 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local
1344 if (FunctionLike) in parseStructuralElement()
1352 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()