Searched refs:IK_None (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DFrontendOptions.h63 IK_None, enumerator in enum:clang::InputKind
95 FrontendInputFile() : Buffer(nullptr), Kind(IK_None), IsSystem(false) { }
285 /// \return The input kind for the extension, or IK_None if the extension is
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1116 InputKind DashX = IK_None;
1140 .Default(IK_None);
1141 if (DashX == IK_None)
1153 if (IK == IK_None) {
1302 case IK_None:
H A DFrontendActions.cpp729 case IK_None:

Completed in 175 milliseconds