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 188 const CGFunctionInfo &arrangeCXXConstructorDeclaration(
CGCXX.cpp 216 getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
240 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
CGExprCXX.cpp 166 FInfo = &CGM.getTypes().arrangeCXXConstructorDeclaration(Ctor,
    [all...]
CGCall.cpp 222 CodeGenTypes::arrangeCXXConstructorDeclaration(const CXXConstructorDecl *D,
363 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
    [all...]
CGClass.cpp     [all...]

Completed in 168 milliseconds