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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h 100 #define pp_c_tree_identifier(PPI, ID) \
101 pp_c_identifier (PPI, IDENTIFIER_POINTER (ID))
103 #define pp_declaration(PPI, T) \
104 pp_c_base (PPI)->declaration (pp_c_base (PPI), T)
105 #define pp_declaration_specifiers(PPI, D) \
106 pp_c_base (PPI)->declaration_specifiers (pp_c_base (PPI), D)
109 #define pp_type_specifier_seq(PPI, D) \
110 pp_c_base (PPI)->type_specifier_seq (pp_c_base (PPI), D
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 417 milliseconds