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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1208 Sema::NamedDeclSetType SameDirectiveDecls; local
1259 auto &&Callback = [this, MT, &DeclareTargetDecls, &SameDirectiveDecls](
1262 getCurScope(), SS, NameInfo, SameDirectiveDecls);
1285 SmallVector<Decl *, 4> Decls(SameDirectiveDecls.begin(),
1286 SameDirectiveDecls.end());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9856 NamedDeclSetType &SameDirectiveDecls);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16820 NamedDeclSetType &SameDirectiveDecls) {
16849 if (!SameDirectiveDecls.insert(cast<NamedDecl>(ND->getCanonicalDecl())))

Completed in 227 milliseconds