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 191 const CGFunctionInfo &arrangeCXXConstructorDeclaration(
CGCXX.cpp 187 getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
210 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
CGCall.cpp 199 CodeGenTypes::arrangeCXXConstructorDeclaration(const CXXConstructorDecl *D,
319 return arrangeCXXConstructorDeclaration(CD, GD.getCtorType());
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp 258 FInfo = &CGM.getTypes().arrangeCXXConstructorDeclaration(Ctor,
    [all...]

Completed in 32 milliseconds