HomeSort by: relevance | last modified time | path
    Searched refs:PP_MACRO_FUNCTION_LIKE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTBitCodes.h 732 /// [PP_MACRO_FUNCTION_LIKE, \<ObjectLikeStuff>, IsC99Varargs,
734 PP_MACRO_FUNCTION_LIKE = 2,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 804 RECORD(PP_MACRO_FUNCTION_LIKE);
2304 Code = PP_MACRO_FUNCTION_LIKE;
ASTReader.cpp 1740 case PP_MACRO_FUNCTION_LIKE: {
1754 if (RecType == PP_MACRO_FUNCTION_LIKE) {
1989 case PP_MACRO_FUNCTION_LIKE: {

Completed in 27 milliseconds