Home
last modified time | relevance | path

Searched defs:Macro (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmacro.h17 struct Macro struct
30 Macro(const utf8_t *name, size_t namelen, const utf8_t *text, size_t textlen); argument
H A Ddmacro.c32 Macro::Macro(const utf8_t *name, size_t namelen, const utf8_t *text, size_t textlen) in Macro() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp61 StringRef Macro, Definition; in preprocess() local
79 StringRef Macro; in preprocess() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DMacroExpander.cpp129 for (const std::string &Macro : Macros) { in MacroExpander() local
136 void MacroExpander::parseDefinition(const std::string &Macro) { in parseDefinition()
H A DFormatTokenLexer.cpp720 FormatToken *Macro = Tokens[Tokens.size() - 4]; in tryMerge_TMacro() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DCodeCompletionHandler.h60 virtual void CodeCompleteMacroArgument(IdentifierInfo *Macro, in CodeCompleteMacroArgument()
H A DTokenLexer.h34 MacroInfo *Macro = nullptr; variable
H A DMacroInfo.h495 MacroInfo *Macro; variable
506 ModuleMacro(Module *OwningModule, IdentifierInfo *II, MacroInfo *Macro, in ModuleMacro()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp125 MacroInfo *Macro, MacroArgs *Args) { in EnterMacro()
682 for (auto &Macro : StartingMacros) { in EnterSubmodule() local
761 auto &Macro = MacroIt->second; in LeaveSubmodule() local
H A DMacroInfo.cpp242 IdentifierInfo *II, MacroInfo *Macro, in create()
H A DPPExpressions.cpp131 MacroDefinition Macro = PP.getMacroDefinition(II); in EvaluateDefined() local
H A DTokenLexer.cpp138 SmallVectorImpl<Token> &ResultToks, bool HasPasteOperator, MacroInfo *Macro, in MaybeRemoveCommaBeforeVaArgs()
H A DPreprocessingRecord.cpp344 void PreprocessingRecord::RegisterMacroDefinition(MacroInfo *Macro, in RegisterMacroDefinition()
H A DPreprocessor.cpp315 for (const ModuleMacro &Macro : ModuleMacros) in macro_begin() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h32 Macro, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp247 const IdentifierInfo *Macro; member
265 const IdentifierInfo *Macro = nullptr; in findFileMacroRefVisit() local
317 const IdentifierInfo *Macro = nullptr; in findMacroRefsInFile() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp113 llvm::Optional<int> tryExpandAsInteger(StringRef Macro, in tryExpandAsInteger()
H A DPlistDiagnostics.cpp653 } else if (const PathDiagnosticMacroPiece *Macro = in FlushDiagnosticsImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h777 const IdentifierInfo *Macro; member
889 : Macro(Macro), Priority(Priority), Kind(RK_Macro), in Macro() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h64 std::unique_ptr<DWARFDebugMacro> Macro; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h29 Macro, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp39 static void DefineBuiltinMacro(MacroBuilder &Builder, StringRef Macro, in DefineBuiltinMacro()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h820 void defineMacro(StringRef Name, MCAsmMacro Macro) { in defineMacro()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h406 enum Kind { ControlFlow, Event, Macro, Call, Note, PopUp }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp2163 void Parser::CodeCompleteMacroArgument(IdentifierInfo *Macro, in CodeCompleteMacroArgument()

12