HomeSort by: relevance | last modified time | path
    Searched refs:getSynthesize (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProperties.cpp 344 return ivarD && !ivarD->getSynthesize();
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 327 if (D->getSynthesize()) {
553 if (IvarD->getSynthesize()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 347 if (IvarDecl->getSynthesize()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 920 attributeOnlyIfTrue("synthesized", D->getSynthesize());
TextNodeDumper.cpp 2127 if (D->getSynthesize())
DeclObjC.cpp 1666 if (IV->getSynthesize() && !IV->isInvalidDecl()) {
ASTImporter.cpp 3935 D->getAccessControl(),ToBitWidth, D->getSynthesize()))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1590 if (Ivar && Ivar->getSynthesize() &&
1840 if (!IV->getSynthesize())
SemaDeclObjC.cpp 3885 << ivar->getNextIvar()->getSynthesize();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1967 bool getSynthesize() const { return Synthesized; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 794 Record.push_back(D->getSynthesize());
1956 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // getSynthesize
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 659 if (ivarD->getSynthesize())

Completed in 81 milliseconds