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 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
24 #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)
115 #define LANGOPT(Name, Bits, Default, Description)
  /external/clang/lib/Frontend/
FrontendActions.cpp 476 #define LANGOPT(Name, Bits, Default, Description) \
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 187 #define LANGOPT(Name, Bits, Default, Description) \
213 LANGOPT(Name, Bits, Default, Description)
    [all...]
ASTWriter.cpp     [all...]

Completed in 303 milliseconds