OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFileSystemOpts
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInvocation.h
187
FileSystemOptions &
getFileSystemOpts
() { return FileSystemOpts; }
188
const FileSystemOptions &
getFileSystemOpts
() const {
CompilerInstance.h
234
const FileSystemOptions &
getFileSystemOpts
() const {
235
return Invocation->
getFileSystemOpts
();
ASTUnit.h
469
const FileSystemOptions &
getFileSystemOpts
() const { return FileSystemOpts; }
[
all
...]
/external/clang/lib/Frontend/
ASTMerge.cpp
49
CI.
getFileSystemOpts
(), false);
FrontendAction.cpp
185
CI.
getFileSystemOpts
());
ASTUnit.cpp
[
all
...]
CompilerInvocation.cpp
[
all
...]
CompilerInstance.cpp
200
FileMgr = new FileManager(
getFileSystemOpts
());
[
all
...]
/external/clang/lib/ARCMigrate/
ARCMT.cpp
176
FileManager FileMgr(origCI.
getFileSystemOpts
());
/external/clang/tools/libclang/
CIndexCodeCompletion.cpp
709
new AllocatedCXCodeCompleteResults(AST->
getFileSystemOpts
());
[
all
...]
Completed in 65 milliseconds