Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp417 bool isSynthesized, in Create()
/external/clang/include/clang/AST/
DDeclObjC.h406 bool isSynthesized() const { return IsSynthesized; } in isSynthesized() function
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1944 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local