Searched refs:SameDirectiveDecls (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1492 Sema::NamedDeclSetType SameDirectiveDecls; local
1543 auto &&Callback = [this, MT, &DeclareTargetDecls, &SameDirectiveDecls](
1546 getCurScope(), SS, NameInfo, SameDirectiveDecls);
1569 SmallVector<Decl *, 4> Decls(SameDirectiveDecls.begin(),
1570 SameDirectiveDecls.end());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10186 NamedDeclSetType &SameDirectiveDecls);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18403 NamedDeclSetType &SameDirectiveDecls) {
18432 if (!SameDirectiveDecls.insert(cast<NamedDecl>(ND->getCanonicalDecl())))

Completed in 3216 milliseconds