Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1894 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() function
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1988 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1045 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1196 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7177 ivar->setSynthesize(is_synthesized); in AddFieldToRecordType()