reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/Driver.cpp
 2074     InputType = TCTP->getOption().matches(options::OPT__SLASH_TC)
 2102       if (InputType == types::TY_Nothing) {
 2175           Ty = InputType;
 2206       InputType = types::lookupTypeForTypeSpecifier(A->getValue());
 2212       if (!InputType) {
 2214         InputType = types::TY_Object;