Home
last modified time | relevance | path

Searched refs:isKNRPromoted (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1803 bool isKNRPromoted() const { in isKNRPromoted() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1222 ParmVarDeclBits.addBit(D->isKNRPromoted()); in VisitParmVarDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2979 isa<ParmVarDecl>(Arg) && cast<ParmVarDecl>(Arg)->isKNRPromoted(); in EmitFunctionProlog()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4653 ToParam->setKNRPromoted(FromParam->isKNRPromoted()); in ImportDefaultArgOfParmVarDecl()