OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OwnsRemappedFileBuffers
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
ASTUnit.h
134
bool
OwnsRemappedFileBuffers
;
529
bool getOwnsRemappedFileBuffers() const { return
OwnsRemappedFileBuffers
; }
530
void setOwnsRemappedFileBuffers(bool val) {
OwnsRemappedFileBuffers
= val; }
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
220
OwnsRemappedFileBuffers
(true),
249
if (Invocation.get() &&
OwnsRemappedFileBuffers
) {
[
all
...]
Completed in 1062 milliseconds