Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3312 if (ShouldWriteMethodListNode(Method)) in EmitKeyDataLength()
3316 if (ShouldWriteMethodListNode(Method)) in EmitKeyDataLength()
3347 if (ShouldWriteMethodListNode(Method)) in EmitData()
3353 if (ShouldWriteMethodListNode(Method)) in EmitData()
3374 if (ShouldWriteMethodListNode(Method)) in EmitData()
3378 if (ShouldWriteMethodListNode(Method)) in EmitData()
3385 static bool ShouldWriteMethodListNode(const ObjCMethodList *Node) { in ShouldWriteMethodListNode() function in __anon367831a20e11::ASTMethodPoolTrait