Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp6574 static void setPrototype(Sema &S, FunctionDecl *FD, FunctionDecl *FDWithProto, in setPrototype() argument
6580 assert(FDWithProto->getType()->isFunctionProtoType() && in setPrototype()
6585 for (const ParmVarDecl *P : FDWithProto->parameters()) { in setPrototype()