HomeSort by relevance Sort by last modified time
    Searched refs:ENUM_LANGOPT (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Basic/
LangOptions.h 34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
116 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
  /external/clang/lib/Basic/
LangOptions.cpp 19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
  /external/clang/lib/Frontend/
FrontendActions.cpp 478 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 203 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
217 ENUM_LANGOPT(Name, Bits, Default, Description)
    [all...]
ASTWriter.cpp     [all...]

Completed in 71 milliseconds