Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2226 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2241 bool hasInheritedPrototype() const { in hasInheritedPrototype() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp551 Record.push_back(D->hasInheritedPrototype()); in VisitFunctionDecl()
1385 !D->hasInheritedPrototype() && in VisitCXXMethodDecl()