Lines Matching refs:in_public_headers_path
39 const char* in_public_headers_path;
59 string in_public_headers_path;
86 /// A setter for `in_public_headers_path` field.
87 /// The `in_public_headers_path` is the full path for headers
93 if (spec.in_public_headers_path)
94 in_public_headers_path = spec.in_public_headers_path;
95 if (!in_public_headers_path.empty())
96 in_public_headers_path = in_elf_base + spec.in_public_headers_path;