Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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]>
1165 let Subjects = SubjectList<[ObjCMethod, FunctionLike]>;
1721 let Subjects = SubjectList<[TypedefName, FunctionLike, ObjCMethod, NonParmVar]>;
1990 let Subjects = SubjectList<[FunctionLike]>;
2720 Field, ObjCMethod, FunctionLike]>;
2815 let Subjects = SubjectList<[ObjCMethod, Enum, Record, FunctionLike]>;
2873 let Subjects = SubjectList<[FunctionLike]>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1464 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local
1465 if (FunctionLike) in parseStructuralElement()
1473 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()