Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2284 return hasWrittenPrototype() || hasInheritedPrototype(); in hasPrototype()
2299 bool hasInheritedPrototype() const { in hasInheritedPrototype() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp554 Record.push_back(D->hasInheritedPrototype()); in VisitFunctionDecl()
1413 !D->hasInheritedPrototype() && in VisitCXXMethodDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp4038 if (Old->hasInheritedPrototype()) in MergeFunctionDecl()