HomeSort by: relevance | last modified time | path
    Searched defs:Macros (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 97 SmallVector<Entry, 4> Macros;
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatTokenLexer.h 115 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros;
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h 66 std::vector<std::pair<std::string, bool/*isUndef*/>> Macros;
219 Macros.emplace_back(std::string(Name), false);
222 Macros.emplace_back(std::string(Name), true);
Preprocessor.h 145 /// External source of macros.
152 /// Identifiers for builtin macros and other builtins.
215 /// Whether we have already loaded macros from the external source.
535 /// \#included, and macros currently being expanded from, not counting
579 /// The active module macros for this identifier.
589 /// The module macros that are overridden by this macro.
671 // FIXME: Incorporate module macros into the result of this.
747 /// The macros for the submodule.
748 MacroMap Macros;
765 /// The set of known macros exported from modules
1181 macros(bool IncludeExternalMacros = true) const { function in class:clang::Preprocessor
    [all...]

Completed in 28 milliseconds