Searched refs:FunctionLike (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Attr.td | 117 def FunctionLike : SubsetSubject<DeclBase, 124 // HasFunctionProto is a more strict version of FunctionLike, so it should 125 // never be specified in a Subjects list along with FunctionLike (due to the 661 let Subjects = SubjectList<[ObjCMethod, FunctionLike], WarnDiag, 1016 let Subjects = SubjectList<[FunctionLike, ObjCMethod, NonParmVar], WarnDiag, 1566 Field, ObjCMethod, FunctionLike], WarnDiag, 1632 let Subjects = SubjectList<[ObjCMethod, Enum, CXXRecord, FunctionLike],
|
/external/clang/lib/Format/ |
D | UnwrappedLineParser.cpp | 1071 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local 1072 if (FunctionLike) in parseStructuralElement() 1080 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()
|