Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp630 llvm::SmallSetVector<const NamedDecl*, 16> SameDirectiveDecls; in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
646 auto Callback = [this, MT, &SameDirectiveDecls]( in ParseOpenMPDeclarativeDirectiveWithExtDecl()
649 SameDirectiveDecls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11494 NamedDeclSetType &SameDirectiveDecls) { in ActOnOpenMPDeclareTargetName() argument
11519 if (!SameDirectiveDecls.insert(cast<NamedDecl>(ND->getCanonicalDecl()))) in ActOnOpenMPDeclareTargetName()
/external/clang/include/clang/Sema/
DSema.h8021 NamedDeclSetType &SameDirectiveDecls);