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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 61 IK_None,
92 FrontendInputFile() : Buffer(0), Kind(IK_None) { }
225 /// \return The input kind for the extension, or IK_None if the extension is
  /external/clang/lib/Frontend/
FrontendActions.cpp 442 case IK_None:
CompilerInvocation.cpp 760 InputKind DashX = IK_None;
783 .Default(IK_None);
784 if (DashX == IK_None)
796 if (IK == IK_None) {
    [all...]

Completed in 52 milliseconds