HomeSort by: relevance | last modified time | path
    Searched refs:InferredModuleAllowedBy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h 274 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 628 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
646 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
1027 InferredModuleAllowedBy[Result] = ModuleMapFile;
1263 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map");
1264 return InferredModuleAllowedBy.find(M)->second;
1271 InferredModuleAllowedBy[M] = ModMap;

Completed in 18 milliseconds