Home
last modified time | relevance | path

Searched refs:InferredModuleAllowedBy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h259 llvm::DenseMap<const Module *, FileID> InferredModuleAllowedBy; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1415 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map"); in getModuleMapFileIDForUniquing()
1416 return InferredModuleAllowedBy.find(M)->second; in getModuleMapFileIDForUniquing()
1428 InferredModuleAllowedBy[M] = ModMapFID; in setInferredModuleAllowedBy()