HomeSort by relevance Sort by last modified time
    Searched refs:InferredModuleAllowedBy (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
ModuleMap.h 197 llvm::DenseMap<const Module *, const FileEntry *> InferredModuleAllowedBy;
  /external/clang/lib/Lex/
ModuleMap.cpp 389 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
407 InferredModuleAllowedBy[Result] = UmbrellaModuleMap;
694 InferredModuleAllowedBy[Result] = ModuleMapFile;
845 assert(InferredModuleAllowedBy.count(M) && "missing inferred module map");
846 return InferredModuleAllowedBy.find(M)->second;
853 InferredModuleAllowedBy[M] = ModMap;
    [all...]

Completed in 78 milliseconds