Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2381 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2396 bool hasInheritedPrototype() const { in hasInheritedPrototype() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp690 FunctionDeclBits.addBit(D->hasInheritedPrototype()); in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4196 if (Old->hasInheritedPrototype()) in MergeFunctionDecl()