Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td167 def FunctionLike : SubsetSubject<DeclBase,
175 // HasFunctionProto is a more strict version of FunctionLike, so it should
176 // never be specified in a Subjects list along with FunctionLike (due to the
472 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]>
1232 let Subjects = SubjectList<[ObjCMethod, FunctionLike]>;
1794 let Subjects = SubjectList<[TypedefName, FunctionLike, ObjCMethod, NonParmVar]>;
2110 let Subjects = SubjectList<[FunctionLike]>;
2116 let Subjects = SubjectList<[FunctionLike]>;
2889 Field, ObjCMethod, FunctionLike]>;
2984 let Subjects = SubjectList<[ObjCMethod, Enum, Record, FunctionLike, TypedefName]>;
[all …]
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp2069 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local
2070 if (FunctionLike) in parseStructuralElement()
2078 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()