Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp649 Sema::NamedDeclSetType SameDirectiveDecls; in ParseOMPDeclareTargetClauses() local
662 auto &&Callback = [this, MT, &SameDirectiveDecls]( in ParseOMPDeclareTargetClauses()
665 SameDirectiveDecls); in ParseOMPDeclareTargetClauses()
677 SmallVector<Decl *, 4> Decls(SameDirectiveDecls.begin(), in ParseOMPDeclareTargetClauses()
678 SameDirectiveDecls.end()); in ParseOMPDeclareTargetClauses()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13614 NamedDeclSetType &SameDirectiveDecls) { in ActOnOpenMPDeclareTargetName() argument
13640 if (!SameDirectiveDecls.insert(cast<NamedDecl>(ND->getCanonicalDecl()))) in ActOnOpenMPDeclareTargetName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8816 NamedDeclSetType &SameDirectiveDecls);