OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pchname
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
ChainedIncludesSource.cpp
133
std::string
pchName
= includes[i-1];
134
llvm::raw_string_ostream os(
pchName
);
138
serialBufNames.push_back(
pchName
);
142
Reader.reset(createASTReader(*Clang,
pchName
, bufs, serialBufNames,
163
std::string
pchName
= includes.back() + ".pch-final";
164
serialBufNames.push_back(
pchName
);
166
Reader.reset(createASTReader(CI,
pchName
, serialBufs, serialBufNames));
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
760
SmallString<512>
pchName
;
762
llvm::raw_svector_ostream os(
pchName
);
765
pchName
.push_back('\0');
767
if (stat(
pchName
.str().c_str(), &stat_results) == 0)
[
all
...]
Completed in 85 milliseconds