Searched defs:Macros (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h97 SmallVector<Entry, 4> Macros; member in struct:llvm::DWARFDebugMacro::MacroList
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h115 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros; member in class:clang::format::FormatTokenLexer
H A DMacroExpander.cpp122 MacroExpander( const std::vector<std::string> &Macros, clang::SourceManager &SourceMgr, const FormatStyle &Style, llvm::SpecificBumpPtrAllocator<FormatToken> &Allocator, IdentifierTable &IdentTable) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp47 TGLexer::TGLexer(SourceMgr &SM, ArrayRef<std::string> Macros) : SrcMgr(SM) { argument
H A DTGParser.h164 TGParser(SourceMgr &SM, ArrayRef<std::string> Macros, argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 std::vector<std::pair<std::string, bool/*isUndef*/>> Macros; member in class:clang::PreprocessorOptions
H A DPreprocessor.h748 MacroMap Macros; member in struct:clang::Preprocessor::SubmoduleState
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp738 getImpl( LLVMContext &Context, unsigned SourceLanguage, Metadata *File, MDString *Producer, bool IsOptimized, MDString *Flags, unsigned RuntimeVersion, MDString *SplitDebugFilename, unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, MDString *SysRoot, MDString *SDK, StorageType Storage, bool ShouldCreate) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1369 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, StringRef Producer, bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, StringRef SplitDebugFilename, unsigned EmissionKind, DICompositeTypeArray EnumTypes, DIScopeArray RetainedTypes, DIGlobalVariableExpressionArray GlobalVariables, DIImportedEntityArray ImportedEntities, DIMacroNodeArray Macros, uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling, unsigned NameTableKind, bool RangesBaseAddress, StringRef SysRoot, StringRef SDK, StorageType Storage, bool ShouldCreate = true) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp589 collectMacroDefinitions(const PreprocessorOptions &PPOpts, MacroDefinitionsMap &Macros, SmallVectorImpl<StringRef> *MacroNames = nullptr) argument
[all...]

Completed in 335 milliseconds