Searched defs:ENUM_LANGOPT (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Basic/
H A DLangOptions.cpp20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); macro
/external/clang/include/clang/Basic/
H A DLangOptions.h34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) macro
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
/external/clang/lib/Frontend/
H A DFrontendActions.cpp480 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
H A DCompilerInvocation.cpp2415 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
/external/clang/lib/Serialization/
H A DASTWriter.cpp1353 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
H A DASTReader.cpp204 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro
218 ENUM_LANGOPT(Name, Bits, Default, Description)
4695 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ macro

Completed in 250 milliseconds