Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexer.h134 const MacroInfo *getMacroInfo(const MacroDefinitionRecord *MacroDef,
H A DCIndex.cpp583 if (MacroDefinitionRecord *MacroDef = in VisitChildren() local
585 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU)); in VisitChildren()
7933 MacroDefinitionRecord *MacroDef = in annotatePreprocessorTokens() local
7936 if (MacroDef) in annotatePreprocessorTokens()
7938 MakeMacroExpansionCursor(MacroDef, Tok.getLocation(), TU); in annotatePreprocessorTokens()
9349 const MacroInfo *cxindex::getMacroInfo(const MacroDefinitionRecord *MacroDef, in getMacroInfo() argument
9351 if (!MacroDef || !TU) in getMacroInfo()
9353 const IdentifierInfo *II = MacroDef->getName(); in getMacroInfo()
9357 return getMacroInfo(*II, MacroDef->getLocation(), TU); in getMacroInfo()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp162 StringRef MacroDef = Def.first; in makeInvocationForModuleBuildWithoutOutputs() local
164 llvm::CachedHashString(MacroDef.split('=').first)); in makeInvocationForModuleBuildWithoutOutputs()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1171 StringRef MacroDef = def.first; in __anonaf75d4900602() local
1173 llvm::CachedHashString(MacroDef.split('=').first)); in __anonaf75d4900602()
H A DCompilerInvocation.cpp3142 StringRef MacroDef = A->getValue(); in ParseHeaderSearchArgs() local
3144 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
4638 StringRef MacroDef = Macro.first; in getModuleHash() local
4640 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()