OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSynthesized
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclObjC.h
125
unsigned
IsSynthesized
: 1;
174
bool
isSynthesized
= false,
182
IsSynthesized
(
isSynthesized
),
203
bool
isSynthesized
= false,
307
bool
isSynthesized
() const { return
IsSynthesized
; }
308
void setSynthesized(bool isSynth) {
IsSynthesized
= isSynth; }
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
[
all
...]
Completed in 2018 milliseconds