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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticOptions.h 92 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
99 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
128 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
135 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 586 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
CompilerInvocation.cpp 4545 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
4549 #undef ENUM_DIAGOPT
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 1084 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
ASTReader.cpp 5808 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \

Completed in 80 milliseconds