Searched refs:isSynthesized (Results 1 - 11 of 11) sorted by relevance

/external/clang/tools/libclang/
H A DIndexDecl.cpp197 if (D->isSynthesized())
231 if (MD->isSynthesized())
236 if (MD->isSynthesized())
H A DCIndex.cpp1024 if (MD->isSynthesized() && MD->getLexicalDeclContext() == CDecl)
1029 if (MD->isSynthesized() && MD->getLexicalDeclContext() == CDecl)
/external/clang/include/clang/AST/
H A DDeclObjC.h230 bool isSynthesized = false,
238 IsSynthesized(isSynthesized),
264 bool isSynthesized = false,
406 bool isSynthesized() const { return IsSynthesized; } function in class:clang::ObjCList
/external/clang/lib/AST/
H A DDeclObjC.cpp417 bool isSynthesized,
425 isVariadic, isSynthesized, isImplicitlyDeclared,
409 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isSynthesized, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
H A DDumpXML.cpp844 setFlag("synthesized", D->isSynthesized());
H A DASTImporter.cpp3028 D->isSynthesized(),
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1675 // Property metadata: name, attributes, isSynthesized, setter name, setter
1677 // The isSynthesized value is always set to 0 in a protocol. It exists to
1928 // Property metadata: name, attributes, isSynthesized, setter name, setter
1944 bool isSynthesized = (propertyImpl->getPropertyImplementation() == local
1950 Fields.push_back(llvm::ConstantInt::get(Int8Ty, isSynthesized));
1955 if (isSynthesized) {
1969 if (isSynthesized) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1582 !method->isSynthesized() && !InsMap.count(method->getSelector()) &&
1597 if (C || MethodInClass->isSynthesized())
1658 if (!(*I)->isSynthesized() &&
1675 else if (!MethodDecl->isSynthesized())
2828 /*isSynthesized=*/false,
H A DSemaPseudoObject.cpp534 if (setter->isSynthesized() && warn)
1037 /*isSynthesized=*/false,
1153 /*isSynthesized=*/false,
H A DSemaExprObjC.cpp232 /*isSynthesized=*/false,
480 /*isSynthesized=*/false,
649 /*isSynthesized=*/false,
767 /*isSynthesized=*/false,
1331 if (Method && Method->isSynthesized()) {
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp419 Record.push_back(D->isSynthesized());

Completed in 265 milliseconds