Home
last modified time | relevance | path

Searched defs:setCompilerInstance (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.h94 void setCompilerInstance(CompilerInstance *CI) { this->CI = CI; } in setCompilerInstance() function
/external/clang/include/clang/Frontend/
DFrontendAction.h119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h124 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance() function