HomeSort by relevance Sort by last modified time
    Searched refs:arrangeCXXConstructorDeclaration (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 186 const CGFunctionInfo &arrangeCXXConstructorDeclaration(
CGCXX.cpp 200 getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
223 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
CGCall.cpp 163 CodeGenTypes::arrangeCXXConstructorDeclaration(const CXXConstructorDecl *D,
274 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 236 FInfo = &CGM.getTypes().arrangeCXXConstructorDeclaration(
    [all...]

Completed in 111 milliseconds