Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp310 StringRef MacroDef = Def.first; in makeCommonInvocationForModuleBuild() local
312 llvm::CachedHashString(MacroDef.split('=').first)); in makeCommonInvocationForModuleBuild()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1171 StringRef MacroDef = def.first; in cloneForModuleCompileImpl() local
1173 llvm::CachedHashString(MacroDef.split('=').first)); in cloneForModuleCompileImpl()
H A DCompilerInvocation.cpp3463 StringRef MacroDef = A->getValue(); in ParseHeaderSearchArgs() local
3465 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
5303 StringRef MacroDef = Macro.first; in getModuleHash() local
5305 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()