HomeSort by relevance Sort by last modified time
    Searched defs:Macros (Results 1 - 3 of 3) sorted by null

  /external/bison/doc/
refcard.tex 487 \section{Macros}
  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 42 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
166 Macros.push_back(std::make_pair(Name, false));
169 Macros.push_back(std::make_pair(Name, true));
  /external/clang/include/clang/Lex/
Preprocessor.h 67 /// \brief External source of macros.
78 /// Identifiers for builtin macros and other builtins.
115 /// \brief Whether we have already loaded macros from the external source.
179 /// #included, and macros currently being expanded from, not counting
199 /// Macros - For each IdentifierInfo with 'HasMacro' set, we keep a mapping
201 llvm::DenseMap<IdentifierInfo*, MacroInfo*> Macros;
203 /// \brief Macros that we want to warn because they are not used at the end
206 /// deserializing from PCH, we don't need to deserialize identifier & macros
235 /// Predefines - This string is the predefined macros that preprocessor
    [all...]

Completed in 545 milliseconds