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

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 2102     if (A->getOption().matches(OPT_index_header_map)) {
 2111     bool IsFramework = A->getOption().matches(OPT_F);
 2112     std::string Path = A->getValue();
 2114     if (IsSysrootSpecified && !IsFramework && A->getValue()[0] == '=') {
 2117                               llvm::StringRef(A->getValue()).substr(1));