Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kCToolObjC
(Results
1 - 9
of
9
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
c_tool.cc
14
const char* CTool::
kCToolObjC
= "objc";
member in CTool
46
name ==
kCToolObjC
|| name == kCToolObjCxx || name == kCToolRc ||
in ValidateName()
246
name_ ==
kCToolObjC
|| name_ == kCToolObjCxx || name_ == kCToolRc ||
in ValidateSubstitution()
262
name_ ==
kCToolObjC
|| name_ == kCToolObjCxx || name_ == kCToolRc ||
in ValidateOutputSubstitution()
H
A
D
tool.cc
267
else if (name == CTool::
kCToolObjC
)
in CreateTool()
268
return std::make_unique<CTool>(CTool::
kCToolObjC
);
in CreateTool()
327
return CTool::
kCToolObjC
;
in GetToolTypeForSourceType()
H
A
D
c_tool.h
25
static const char*
kCToolObjC
;
member in CTool
H
A
D
ninja_c_binary_target_writer.cc
70
if (name == CTool::
kCToolObjC
)
in GetPCHLangForToolType()
297
const CTool* tool_objc = target_->toolchain()->GetToolAsC(CTool::
kCToolObjC
);
in WritePCHCommands()
300
WritePCHCommand(&CSubstitutionCFlagsObjC, CTool::
kCToolObjC
,
in WritePCHCommands()
376
} else if (tool_name == CTool::
kCToolObjC
) {
in WriteGCCPCHCommand()
H
A
D
ninja_target_command_util.cc
20
if (name == CTool::
kCToolObjC
)
in GetPCHLangSuffixForToolType()
H
A
D
ninja_binary_target_writer.cc
240
source_set->toolchain()->GetToolAsC(CTool::
kCToolObjC
);
in AddSourceSetFiles()
242
GetPCHOutputFiles(source_set, CTool::
kCToolObjC
, &tool_outputs);
in AddSourceSetFiles()
H
A
D
compile_commands_writer.cc
126
has_precompiled_headers, CTool::
kCToolObjC
, &ConfigValues::cflags_objc);
in SetupCompileFlags()
H
A
D
test_with_scope.cc
113
std::unique_ptr<Tool> objc_tool = Tool::CreateTool(CTool::
kCToolObjC
);
in SetupToolchain()
H
A
D
ninja_target_writer.cc
355
CTool::
kCToolObjC
, &ConfigValues::cflags_objc, opts,
in WriteCCompilerVars()
Completed in 11 milliseconds