Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDecl.h2341 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2356 bool hasInheritedPrototype() const { in hasInheritedPrototype() function
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriterDecl.cpp642 Record.push_back(D->hasInheritedPrototype()); in VisitFunctionDecl()
1430 !D->hasExtInfo() && !D->hasInheritedPrototype() && in VisitCXXMethodDecl()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp4114 if (Old->hasInheritedPrototype()) in MergeFunctionDecl()