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 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
28 #define LANGOPT(Name, Bits, Default, Description)
  /external/clang/include/clang/Basic/
LangOptions.h 40 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
48 #define LANGOPT(Name, Bits, Default, Description)
89 #define LANGOPT(Name, Bits, Default, Description)
  /external/clang/lib/Frontend/
FrontendActions.cpp 351 #define LANGOPT(Name, Bits, Default, Description) \
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 77 #define LANGOPT(Name, Bits, Default, Description) \
    [all...]
ASTWriter.cpp     [all...]

Completed in 586 milliseconds