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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 285 /// createRecordFwdDecl - Create a forward decl for a RecordType in a given
287 llvm::DIType createRecordFwdDecl(const RecordDecl *, llvm::DIDescriptor);
CGDebugInfo.cpp 564 llvm::DIType CGDebugInfo::createRecordFwdDecl(const RecordDecl *RD,
634 llvm::DIType RetTy = createRecordFwdDecl(RD, FDContext);
    [all...]

Completed in 23 milliseconds