Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp154 StringRef MacroDef = Def.first; in makeCommonInvocationForModuleBuild() local
156 llvm::CachedHashString(MacroDef.split('=').first)); in makeCommonInvocationForModuleBuild()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1185 StringRef MacroDef = def.first; in __anon805ef2ef0602() local
1187 llvm::CachedHashString(MacroDef.split('=').first)); in __anon805ef2ef0602()
H A DCompilerInvocation.cpp3180 StringRef MacroDef = A->getValue(); in ParseHeaderSearchArgs() local
3182 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
4747 StringRef MacroDef = Macro.first; in getModuleHash() local
4749 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()