Searched refs:FunctionLike (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | MacroExpander.cpp | 147 FunctionLike[Definition.Name][Definition.Params.size()] = in parseDefinition() 154 return FunctionLike.contains(Name) || ObjectLike.contains(Name); in defined() 162 auto it = FunctionLike.find(Name); in hasArity() 163 return it != FunctionLike.end() && it->second.contains(Arity); in hasArity() 174 ? FunctionLike.find(ID->TokenText) in expand()
|
| H A D | Macros.h | 138 llvm::StringMap<llvm::DenseMap<int, Definition>> FunctionLike; variable
|
| H A D | UnwrappedLineParser.cpp | 2011 bool FunctionLike = FormatTok->is(tok::l_paren); in parseStructuralElement() local 2012 if (FunctionLike) in parseStructuralElement() 2020 if (FollowedByNewline && (Text.size() >= 5 || FunctionLike) && in parseStructuralElement()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 176 def FunctionLike : SubsetSubject<DeclBase, 180 // Function Pointer is a stricter version of FunctionLike that only allows function 190 // HasFunctionProto is a more strict version of FunctionLike, so it should 191 // never be specified in a Subjects list along with FunctionLike (due to the 522 AttrSubjectMatcherSubRule<"functionType", [FunctionLike]> 1346 let Subjects = SubjectList<[ObjCMethod, FunctionLike]>; 1917 let Subjects = SubjectList<[TypedefName, FunctionLike, ObjCMethod, NonParmVar]>; 2252 let Subjects = SubjectList<[FunctionLike]>; 2258 let Subjects = SubjectList<[FunctionLike]>; 3155 Field, ObjCMethod, FunctionLike]>; [all …]
|