Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.h134 const MacroInfo *getMacroInfo(const MacroDefinitionRecord *MacroDef,
H A DCIndex.cpp582 if (MacroDefinitionRecord *MacroDef = in VisitChildren() local
584 return Visit(cxcursor::MakeMacroExpansionCursor(MacroDef, BeginLoc, TU)); in VisitChildren()
7667 MacroDefinitionRecord *MacroDef = in annotatePreprocessorTokens() local
7670 if (MacroDef) in annotatePreprocessorTokens()
7672 MakeMacroExpansionCursor(MacroDef, Tok.getLocation(), TU); in annotatePreprocessorTokens()
9022 const MacroInfo *cxindex::getMacroInfo(const MacroDefinitionRecord *MacroDef, in getMacroInfo() argument
9024 if (!MacroDef || !TU) in getMacroInfo()
9026 const IdentifierInfo *II = MacroDef->getName(); in getMacroInfo()
9030 return getMacroInfo(*II, MacroDef->getLocation(), TU); in getMacroInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1066 StringRef MacroDef = def.first; in __anon502c5ec40302() local
1068 llvm::CachedHashString(MacroDef.split('=').first)) > 0; in __anon502c5ec40302()
H A DCompilerInvocation.cpp2980 StringRef MacroDef = A->getValue(); in ParseHeaderSearchArgs() local
2982 llvm::CachedHashString(MacroDef.split('=').first)); in ParseHeaderSearchArgs()
4514 StringRef MacroDef = I.first; in getModuleHash() local
4516 llvm::CachedHashString(MacroDef.split('=').first))) in getModuleHash()