Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1928 bool FirstMapping = DTCI.ExplicitlyMapped.try_emplace(ND, MI).second; in ParseOMPDeclareTargetClauses()
2347 (DTCI.ExplicitlyMapped.empty() && DTCI.Indirect); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2359 for (auto &It : DTCI.ExplicitlyMapped) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2897 !HasClauses || (DTCI.ExplicitlyMapped.empty() && DTCI.Indirect); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h306 llvm::DenseMap<NamedDecl *, MapInfo> ExplicitlyMapped; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22102 for (auto &It : DTCI.ExplicitlyMapped) in ActOnFinishedOpenMPDeclareTargetContext()