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

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp 789 if (I->getGetterCXXConstructor()) {
791 return M.makeReturn(I->getGetterCXXConstructor());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1057 const Expr *getter = propImpl->getGetterCXXConstructor();
1119 propImpl->getGetterCXXConstructor(),
3757 assert(PID->getGetterCXXConstructor() && "getGetterCXXConstructor - null");
3809 cast<CXXConstructExpr>(PID->getGetterCXXConstructor());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 2842 Expr *getGetterCXXConstructor() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 909 Record.AddStmt(D->getGetterCXXConstructor());

Completed in 26 milliseconds