HomeSort by: relevance | last modified time | path
    Searched refs:LANGOPT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
LangOptions.cpp 18 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
24 #define LANGOPT(Name, Bits, Default, Description)
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 39 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
46 #define LANGOPT(Name, Bits, Default, Description)
368 #define LANGOPT(Name, Bits, Default, Description)
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 543 #define LANGOPT(Name, Bits, Default, Description) \
CompilerInvocation.cpp 4483 #define LANGOPT(Name, Bits, Default, Description) \
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 277 #define LANGOPT(Name, Bits, Default, Description) \
303 LANGOPT(Name, Bits, Default, Description)
5747 #define LANGOPT(Name, Bits, Default, Description) \
ASTWriter.cpp 1236 #define LANGOPT(Name, Bits, Default, Description) \

Completed in 42 milliseconds