HomeSort by relevance Sort by last modified time
    Searched full:issynthesized (Results 1 - 13 of 13) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 184 if (D->isSynthesized())
218 if (MD->isSynthesized())
223 if (MD->isSynthesized())
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 127 unsigned IsSynthesized : 1;
221 bool isSynthesized = false,
229 IsSynthesized(isSynthesized),
255 bool isSynthesized = false,
393 bool isSynthesized() const { return IsSynthesized; }
394 void setSynthesized(bool isSynth) { IsSynthesized = isSynth; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp 205 /*isSynthesized=*/false,
456 /*isSynthesized=*/false,
600 /*isSynthesized=*/false,
733 /*isSynthesized=*/false,
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 398 bool isSynthesized,
406 isVariadic, isSynthesized, isImplicitlyDeclared,
    [all...]
DumpXML.cpp 846 setFlag("synthesized", D->isSynthesized());
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 418 Record.push_back(D->isSynthesized());
    [all...]

Completed in 515 milliseconds