OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onlyPrecompileType
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
Types.h
42
///
onlyPrecompileType
- Should this type only be precompiled.
43
bool
onlyPrecompileType
(ID Id);
/external/clang/lib/Driver/
Types.cpp
61
bool types::
onlyPrecompileType
(ID Id) {
228
if (
onlyPrecompileType
(Id)) {
240
if (!
onlyPrecompileType
(Id) && Id != TY_CUDA_DEVICE) {
Completed in 51 milliseconds