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

/openbsd-current/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.h126 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros; member in class:clang::format::FormatTokenLexer
H A DMacroExpander.cpp121 MacroExpander( const std::vector<std::string> &Macros, clang::SourceManager &SourceMgr, const FormatStyle &Style, llvm::SpecificBumpPtrAllocator<FormatToken> &Allocator, IdentifierTable &IdentTable) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h99 SmallVector<Entry, 4> Macros; member in struct:llvm::DWARFDebugMacro::MacroList
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h68 std::vector<std::pair<std::string, bool/*isUndef*/>> Macros; member in class:clang::PreprocessorOptions
H A DPreprocessor.h977 MacroMap Macros; member in struct:clang::Preprocessor::SubmoduleState
/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.cpp47 TGLexer::TGLexer(SourceMgr &SM, ArrayRef<std::string> Macros) : SrcMgr(SM) { argument
H A DTGParser.h167 TGParser(SourceMgr &SM, ArrayRef<std::string> Macros, RecordKeeper &records, argument
/openbsd-current/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h853 RecordMap<MacroDefinitionRecord> Macros; member in class:clang::APISet
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp863 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
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1407 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
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp593 collectMacroDefinitions(const PreprocessorOptions &PPOpts, MacroDefinitionsMap &Macros, SmallVectorImpl<StringRef> *MacroNames = nullptr) argument
[all...]

Completed in 376 milliseconds