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 248 /// createRecordFwdDecl - Create a forward decl for a RecordType in a given
250 llvm::DIType createRecordFwdDecl(const RecordDecl *, llvm::DIDescriptor);
CGDebugInfo.cpp 496 llvm::DIType CGDebugInfo::createRecordFwdDecl(const RecordDecl *RD,
568 llvm::DIType RetTy = createRecordFwdDecl(RD, FDContext);
    [all...]

Completed in 36 milliseconds