Home
last modified time | relevance | path

Searched defs:synth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1966 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1195 bool synth = Record.readInt(); in VisitObjCIvarDecl() local