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

/external/bison/doc/
H A Drefcard.tex487 \section{Macros}
484 \\section{Macros} section
/external/clang/include/clang/Frontend/
H A DPreprocessorOptions.h42 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros; member in class:clang::PreprocessorOptions
179 Macros.push_back(std::make_pair(Name, false));
182 Macros.push_back(std::make_pair(Name, true));
/external/clang/include/clang/Lex/
H A DPreprocessor.h239 /// Macros - For each IdentifierInfo with 'HasMacro' set, we keep a mapping
241 llvm::DenseMap<IdentifierInfo*, MacroInfo*> Macros; member in class:clang::Preprocessor
243 /// \brief Macros that we want to warn because they are not used at the end

Completed in 107 milliseconds