Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp929 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local
930 if (FunctionLike) in parseStructuralElement()
938 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()
/external/clang/include/clang/Basic/
DAttr.td115 def FunctionLike : SubsetSubject<DeclBase,
122 // HasFunctionProto is a more strict version of FunctionLike, so it should
123 // never be specified in a Subjects list along with FunctionLike (due to the
623 let Subjects = SubjectList<[ObjCMethod, FunctionLike], WarnDiag,
1448 FunctionLike], WarnDiag,
1513 let Subjects = SubjectList<[ObjCMethod, CXXRecord, FunctionLike], WarnDiag,