Home
last modified time | relevance | path

Searched refs:setSynthesize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1978 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1251 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7399 ivar->setSynthesize(is_synthesized); in AddFieldToRecordType()