Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h2252 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2267 bool hasInheritedPrototype() const { in hasInheritedPrototype() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp553 Record.push_back(D->hasInheritedPrototype()); in VisitFunctionDecl()
1403 !D->hasInheritedPrototype() && in VisitCXXMethodDecl()