Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp7010 static void setPrototype(Sema &S, FunctionDecl *FD, FunctionDecl *FDWithProto, in setPrototype() argument
7016 assert(FDWithProto->getType()->isFunctionProtoType() && in setPrototype()
7021 for (const ParmVarDecl *P : FDWithProto->parameters()) { in setPrototype()