Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1742 bool FirstMapping = DTCI.ExplicitlyMapped.try_emplace(ND, MI).second; in ParseOMPDeclareTargetClauses()
2149 for (auto &It : DTCI.ExplicitlyMapped) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10229 llvm::DenseMap<NamedDecl *, MapInfo> ExplicitlyMapped; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20416 for (auto &It : DTCI.ExplicitlyMapped) in ActOnFinishedOpenMPDeclareTargetContext()