Home
last modified time | relevance | path

Searched refs:VALUE_LANGOPT (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLangOptions.def16 // options that have enumeration type), and VALUE_LANGOPT is a language option
24 #ifndef VALUE_LANGOPT
25 # define VALUE_LANGOPT(Name, Bits, Default, Description) \
102 VALUE_LANGOPT(PackStruct , 32, 0,
104 VALUE_LANGOPT(PICLevel , 2, 0, "__PIC__ level")
105 VALUE_LANGOPT(PIELevel , 2, 0, "__PIE__ level")
177 VALUE_LANGOPT(MSCVersion, 32, 0,
185 #undef VALUE_LANGOPT
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DFrontendActions.cpp345 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in ReadLanguageOptions() macro
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp85 #define VALUE_LANGOPT(Name, Bits, Default, Description) \ in checkLanguageOptions() macro