Home
last modified time | relevance | path

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

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