Home
last modified time | relevance | path

Searched defs:cpp_callbacks (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dcpplib.h36 typedef struct cpp_callbacks cpp_callbacks; typedef
508 struct cpp_callbacks struct
511 void (*line_change) (cpp_reader *, const cpp_token *, int);
517 void (*file_change) (cpp_reader *, const struct line_map *);
519 void (*dir_change) (cpp_reader *, const char *);
520 void (*include) (cpp_reader *, source_location, const unsigned char *,
522 void (*define) (cpp_reader *, source_location, cpp_hashnode *);
523 void (*undef) (cpp_reader *, source_location, cpp_hashnode *);
524 void (*ident) (cpp_reader *, source_location, const cpp_string *);
525 void (*def_pragma) (cpp_reader *, source_location);
[all …]