OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAuxTarget
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Frontend/
CompilerInstance.h
364
void
setAuxTarget
(TargetInfo *Value);
/external/clang/lib/Frontend/
CompilerInstance.cpp
82
void CompilerInstance::
setAuxTarget
(TargetInfo *Value) { AuxTarget = Value; }
808
setAuxTarget
(TargetInfo::CreateTargetInfo(getDiagnostics(), TO));
[
all
...]
Completed in 49 milliseconds