HomeSort by relevance Sort by last modified time
    Searched refs:macro_begin (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Lex/
Preprocessor.cpp 264 Preprocessor::macro_begin(bool IncludeExternalMacros) const { function in class:Preprocessor
307 for (Preprocessor::macro_iterator I = macro_begin(), E = macro_end();
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 602 for (Preprocessor::macro_iterator I = PP.macro_begin(), E = PP.macro_end();
  /external/clang/include/clang/Lex/
Preprocessor.h 577 /// macro_iterator/macro_begin/macro_end - This allows you to walk the macro
583 macro_iterator macro_begin(bool IncludeExternalMacros = true) const;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 284 milliseconds