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

  /external/clang/lib/Basic/
LangOptions.cpp 19 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
25 #define LANGOPT(Name, Bits, Default, Description)
  /external/clang/include/clang/Basic/
LangOptions.h 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
40 #define LANGOPT(Name, Bits, Default, Description)
132 #define LANGOPT(Name, Bits, Default, Description)
  /external/clang/lib/Frontend/
FrontendActions.cpp 478 #define LANGOPT(Name, Bits, Default, Description) \
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 188 #define LANGOPT(Name, Bits, Default, Description) \
214 LANGOPT(Name, Bits, Default, Description)
    [all...]
ASTWriter.cpp     [all...]

Completed in 165 milliseconds