Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp1917 bool FirstMapping = DTCI.ExplicitlyMapped.try_emplace(ND, MI).second; in ParseOMPDeclareTargetClauses()
2338 (DTCI.ExplicitlyMapped.empty() && DTCI.Indirect); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2350 for (auto &It : DTCI.ExplicitlyMapped) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10929 llvm::DenseMap<NamedDecl *, MapInfo> ExplicitlyMapped; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp22849 for (auto &It : DTCI.ExplicitlyMapped) in ActOnFinishedOpenMPDeclareTargetContext()